]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Separate AMP controller type from HCI device type
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 5 Oct 2013 18:47:43 +0000 (11:47 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Sun, 6 Oct 2013 08:22:38 +0000 (10:22 +0200)
commitd85e9403c162a055994bff91958edf0241c6caf9
tree08e43a6936d5e410fa7f7aded93a4d580e98ae4f
parentfbe2378c93ceebb7d8289abe3f01e09a244e4e92
Bluetooth: Separate AMP controller type from HCI device type

There are two defined HCI device types. One is for BR/EDR controllers
and the other is for AMP controllers. The HCI device type is not the
same as the AMP controller type. It just happens that currently the
defined types match, but that is not guaranteed.

Split the usage of AMP controller type into its own domain so that
it is possible to separate between BR/EDR controllers, 802.11 AMP
controllers and any other AMP technology that might be defined in
the future.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
include/net/bluetooth/hci_core.h
net/bluetooth/a2mp.c