aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/hci_core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 26822967e29c..80d718a9b31f 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -134,7 +134,7 @@ struct amp_assoc {
134 __u8 data[HCI_MAX_AMP_ASSOC_SIZE]; 134 __u8 data[HCI_MAX_AMP_ASSOC_SIZE];
135}; 135};
136 136
137#define HCI_MAX_PAGES 2 137#define HCI_MAX_PAGES 3
138 138
139#define NUM_REASSEMBLY 4 139#define NUM_REASSEMBLY 4
140struct hci_dev { 140struct hci_dev {
@@ -153,6 +153,7 @@ struct hci_dev {
153 __u8 dev_class[3]; 153 __u8 dev_class[3];
154 __u8 major_class; 154 __u8 major_class;
155 __u8 minor_class; 155 __u8 minor_class;
156 __u8 max_page;
156 __u8 features[HCI_MAX_PAGES][8]; 157 __u8 features[HCI_MAX_PAGES][8];
157 __u8 le_features[8]; 158 __u8 le_features[8];
158 __u8 le_white_list_size; 159 __u8 le_white_list_size;