Loading net/bluetooth/hci_core.c +0 −8 Original line number Diff line number Diff line Loading @@ -719,14 +719,6 @@ static int hci_init3_req(struct hci_request *req, unsigned long opt) * Report */ /* If the controller supports the LE Extended Create Connection * command, enable the corresponding event. */ if (use_ext_conn(hdev)) events[1] |= 0x02; /* LE Enhanced Connection * Complete */ /* If the controller supports the LE Extended Advertising * command, enable the corresponding event. */ Loading Loading
net/bluetooth/hci_core.c +0 −8 Original line number Diff line number Diff line Loading @@ -719,14 +719,6 @@ static int hci_init3_req(struct hci_request *req, unsigned long opt) * Report */ /* If the controller supports the LE Extended Create Connection * command, enable the corresponding event. */ if (use_ext_conn(hdev)) events[1] |= 0x02; /* LE Enhanced Connection * Complete */ /* If the controller supports the LE Extended Advertising * command, enable the corresponding event. */ Loading