|
@@ -75,7 +75,7 @@ EXPORT_SYMBOL_GPL(btintel_check_bdaddr);
|
|
|
|
|
|
int btintel_enter_mfg(struct hci_dev *hdev)
|
|
|
{
|
|
|
- const u8 param[] = { 0x01, 0x00 };
|
|
|
+ static const u8 param[] = { 0x01, 0x00 };
|
|
|
struct sk_buff *skb;
|
|
|
|
|
|
skb = __hci_cmd_sync(hdev, 0xfc11, 2, param, HCI_CMD_TIMEOUT);
|