> Hi Szymon, Hi Vinicius, > > static inline void hci_le_conn_complete_evt(struct hci_dev *hdev, struct sk_buff *skb) > > { > > struct hci_ev_le_conn_complete *ev = (void *) skb->data; > > @@ -2673,6 +2704,9 @@ void hci_event_packet(struct hci_dev *hdev, struct sk_buff *skb) > > > > case HCI_EV_LE_META: > > hci_le_meta_evt(hdev, skb); > > + > > Looks like you are missing a "break" here. Thanks for spotting this, will send v4 soon. > Cheers, BR, Szymon Janc -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html