From: Marcel Holtmann Date: Sat, 5 Oct 2013 18:47:42 +0000 (-0700) Subject: Bluetooth: Add constants for AMP controller type X-Git-Tag: v3.13-rc1~105^2~55^2^2~54^2~131 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c13823d5b6b7cf06adeb5d56d2435fc0d97383f;p=thirdparty%2Flinux.git Bluetooth: Add constants for AMP controller type Add the constants for BR/EDR and 802.11 AMP controller types. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index e8bba05686d17..8e3076ebb8ad4 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -66,6 +66,10 @@ /* First BR/EDR Controller shall have ID = 0 */ #define HCI_BREDR_ID 0 +/* AMP controller types */ +#define AMP_TYPE_BREDR 0x00 +#define AMP_TYPE_80211 0x01 + /* AMP controller status */ #define AMP_CTRL_POWERED_DOWN 0x00 #define AMP_CTRL_BLUETOOTH_ONLY 0x01