From: Luiz Augusto von Dentz Date: Thu, 8 Sep 2022 20:57:50 +0000 (-0700) Subject: Bluetooth: Fix HCIGETDEVINFO regression X-Git-Tag: v6.0-rc7~24^2~38^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=35e60f1aadf6c02d77fdf42180fbf205aec7e8fc;p=linux-block.git 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 Signed-off-by: Luiz Augusto von Dentz --- 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; };