Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 0/4] Remove deprecated fields from struct hci_dev
@ 2011-04-19 20:33 Bruna Moreira
  2011-04-19 20:34 ` [PATCH 1/4] Remove ssp_mode " Bruna Moreira
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Bruna Moreira @ 2011-04-19 20:33 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Bruna Moreira

These patches remove unused fields from struct hci_dev. The adapter name is
moved to struct btd_adapter. The entire struct hci_dev will be gone once the
device discovery logic is moved to the hciops/mgmtops plugin.

The last patch removes the read_local_version() from struct btd_adapter_ops. It
was being used only by code which was removed, but we left it in a separate
patch because we don't know if it is okay to remove it completely.

Note that no removed fields are used on D-Bus API nor internally.

Bruna Moreira (4):
  Remove ssp_mode from struct hci_dev
  Remove LMP/HCI version and manufacturer from struct hci_dev
  Move adapter name from struct hci_dev to struct btd_adapter
  Remove read_local_version() from struct btd_adapter_ops

 plugins/hciops.c  |   21 ---------------------
 plugins/mgmtops.c |   18 ------------------
 src/adapter.c     |   52 ++++++++++++++--------------------------------------
 src/adapter.h     |    9 ---------
 4 files changed, 14 insertions(+), 86 deletions(-)


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

end of thread, other threads:[~2011-04-20 16:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-19 20:33 [PATCH 0/4] Remove deprecated fields from struct hci_dev Bruna Moreira
2011-04-19 20:34 ` [PATCH 1/4] Remove ssp_mode " Bruna Moreira
2011-04-19 20:34 ` [PATCH 2/4] Remove LMP/HCI version and manufacturer " Bruna Moreira
2011-04-19 20:34 ` [PATCH 3/4] Move adapter name from struct hci_dev to struct btd_adapter Bruna Moreira
2011-04-19 20:34 ` [PATCH 4/4] Remove read_local_version() from struct btd_adapter_ops Bruna Moreira
2011-04-20 16:39 ` [PATCH 0/4] Remove deprecated fields from struct hci_dev Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox