Bluetooth: Remove missing code
authorAndre Guedes <andre.guedes@openbossa.org>
Thu, 19 Jul 2012 14:46:13 +0000 (11:46 -0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Mon, 6 Aug 2012 18:02:54 +0000 (15:02 -0300)
This patch removes the struct adv_entry since it is not used anymore.
This struct should have been removed in commit 479453d (Bluetooth:
Remove advertising cache).

Signed-off-by: Andre Guedes <andre.guedes@openbossa.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
include/net/bluetooth/hci_core.h

index 475b8c04ba52c01530f9a17a50f2f895211c7e2b..41b26648e79e56fe4b648777a8430eac3e3035d1 100644 (file)
@@ -115,12 +115,6 @@ struct oob_data {
        u8 randomizer[16];
 };
 
-struct adv_entry {
-       struct list_head list;
-       bdaddr_t bdaddr;
-       u8 bdaddr_type;
-};
-
 struct le_scan_params {
        u8 type;
        u16 interval;
This page took 0.025939 seconds and 5 git commands to generate.