Skip to content

Commit

Permalink
Bluetooth: Remove missing code
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andre Guedes authored and Gustavo Padovan committed Aug 6, 2012
1 parent 173f865 commit 3f17324
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/net/bluetooth/hci_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3f17324

Please sign in to comment.