Commit: 2a8c76faaf0b17964f7410e6ea034e559a20aa19
Parent: 9a1006eebcc190a5e00aec7a568a7fbfe61bf376
Author: Johan Hedberg <johan.hedberg@intel.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2011-12-28 16:15:31
Tree: c999f929e389f1d559f1702cfc700072357789ed

Move name resolving control into hciops Due to the way legacy name resolving is handled for the mgmt interface the entire logic that was previously part of the core daemon needs to be moved into hciops. Essentially hciops now contains what the mgmt code in the kernel will do when mgmtops is used.

Diffstat

M plugins/hciops.c | 297 ++++++++++++++++++++++++++++++++++++++++- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
M plugins/mgmtops.c | 32 ++- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
M src/adapter.c | 354 ++++++++++++++++++++++++++++++++++++++++- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
M src/adapter.h | 26 ++++++- - - - - - - - - - - - - - - - - - - -
M src/device.c | 4 - - - -
M src/event.c | 60 +++++++++++++++++++- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
M src/event.h | 2 +-

7 files changed, 349 insertions(+), 426 deletions(-)

View Full Diff | Patch