Hi Andrei, On Mon, Oct 22, 2012, Andrei Emeltchenko wrote: > > --- a/net/bluetooth/hci_core.c > > +++ b/net/bluetooth/hci_core.c > > @@ -178,48 +178,13 @@ static void hci_reset_req(struct hci_dev *hdev, unsigned long opt) > > > > static void bredr_init(struct hci_dev *hdev) > > { > > - struct hci_cp_delete_stored_link_key cp; > > - __le16 param; > > - __u8 flt_type; > > - > > ... > > > diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c > > index 0383635..f4f0b8b 100644 > > --- a/net/bluetooth/hci_event.c > > +++ b/net/bluetooth/hci_event.c > > ... > > > +static void bredr_init(struct hci_dev *hdev) > > +{ > > Is this a good idea to have two functions with the same names? Even static > ones. Another option would have been to call this bredr_setup since it's the hci_setup function that calls it. Anyway, I'll wait for feedback from Gustavo to see if he cares. Johan -- 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