All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: Remove missing code
@ 2012-07-19 14:46 Andre Guedes
  2012-07-19 15:29 ` Gustavo Padovan
  0 siblings, 1 reply; 2+ messages in thread
From: Andre Guedes @ 2012-07-19 14:46 UTC (permalink / raw)
  To: linux-bluetooth

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>
---
 include/net/bluetooth/hci_core.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 475b8c0..41b2664 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -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;
-- 
1.7.11.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Bluetooth: Remove missing code
  2012-07-19 14:46 [PATCH] Bluetooth: Remove missing code Andre Guedes
@ 2012-07-19 15:29 ` Gustavo Padovan
  0 siblings, 0 replies; 2+ messages in thread
From: Gustavo Padovan @ 2012-07-19 15:29 UTC (permalink / raw)
  To: Andre Guedes; +Cc: linux-bluetooth

Hi Andre,

* Andre Guedes <andre.guedes@openbossa.org> [2012-07-19 11:46:13 -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>
> ---
>  include/net/bluetooth/hci_core.h | 6 ------
>  1 file changed, 6 deletions(-)

Patch has been applied to bluetooth-next. Thanks.

	Gustavo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-19 15:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-19 14:46 [PATCH] Bluetooth: Remove missing code Andre Guedes
2012-07-19 15:29 ` Gustavo Padovan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.