summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorAndre Guedes2011-07-01 00:20:52 +0200
committerGustavo F. Padovan2011-07-07 00:10:27 +0200
commit971e3a4bbcbf7378315b85150853d86be59cffe0 (patch)
tree4c93a5a8411893e4b21522eca4b28f532e9bbe41 /include/net/bluetooth/hci_core.h
parentBluetooth: Check earlier for L2CAP ERTM frames to drop (diff)
downloadkernel-qcow2-linux-971e3a4bbcbf7378315b85150853d86be59cffe0.tar.gz
kernel-qcow2-linux-971e3a4bbcbf7378315b85150853d86be59cffe0.tar.xz
kernel-qcow2-linux-971e3a4bbcbf7378315b85150853d86be59cffe0.zip
Bluetooth: Add extfeatures to struct hci_dev
This new field holds the extended LMP features value. Some LE mechanism such as discovery procedure needs to read the extended LMP features to work properly. Signed-off-by: Andre Guedes <andre.guedes@openbossa.org> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-rw-r--r--include/net/bluetooth/hci_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 90d81f9b19a2..eb7fe99979e1 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -113,6 +113,7 @@ struct hci_dev {
__u8 major_class;
__u8 minor_class;
__u8 features[8];
+ __u8 extfeatures[8];
__u8 commands[64];
__u8 ssp_mode;
__u8 hci_ver;