Hi Marcel, On Sun, Oct 13, 2013, Marcel Holtmann wrote: > The bdaddr_to_le() function tries to convert the internal address > type to one that matches the HCI address type for LE. It does not > handle any address types not used by LE and in the end just make > the code a lot harder to read. > > So instead of just hiding behind a magic function, just convert > the internal address type where it needs to be converted. And it > turns out that these are only two cases anyway. One when creating > new LE connections and the other when loading the long term keys. > In both cases this makes it more clear on what it going on. > > Signed-off-by: Marcel Holtmann <marcel@xxxxxxxxxxxx> > --- > include/net/bluetooth/hci_core.h | 2 -- > net/bluetooth/hci_conn.c | 5 ++++- > net/bluetooth/hci_core.c | 12 ------------ > net/bluetooth/mgmt.c | 10 +++++++--- > 4 files changed, 11 insertions(+), 18 deletions(-) Both patches in this set have been applied to bluetooth-next. Thanks. 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