diff options
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2022-09-08 23:57:50 +0300 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2022-09-09 22:25:18 +0300 |
commit | 35e60f1aadf6c02d77fdf42180fbf205aec7e8fc (patch) | |
tree | 79896eca23c526eb379c15806123e5c44399e441 /include/net | |
parent | 64ae13ed478428135cddc2f1113dff162d8112d4 (diff) | |
download | linux-35e60f1aadf6c02d77fdf42180fbf205aec7e8fc.tar.xz |
Bluetooth: Fix HCIGETDEVINFO regression
Recent changes breaks HCIGETDEVINFO since it changes the size of
hci_dev_info.
Fixes: 26afbd826ee3 ("Bluetooth: Add initial implementation of CIS connections")
Reported-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/bluetooth/hci_sock.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/bluetooth/hci_sock.h b/include/net/bluetooth/hci_sock.h index 0520e21ab698..9949870f7d78 100644 --- a/include/net/bluetooth/hci_sock.h +++ b/include/net/bluetooth/hci_sock.h @@ -124,8 +124,6 @@ struct hci_dev_info { __u16 acl_pkts; __u16 sco_mtu; __u16 sco_pkts; - __u16 iso_mtu; - __u16 iso_pkts; struct hci_dev_stats stat; }; |