Skip to content

Commit

Permalink
Bluetooth: Fix HCIGETDEVINFO regression
Browse files Browse the repository at this point in the history
Recent changes breaks HCIGETDEVINFO since it changes the size of
hci_dev_info.

Fixes: 26afbd8 ("Bluetooth: Add initial implementation of CIS connections")
Reported-by: Marek Szyprowski <[email protected]>
Signed-off-by: Luiz Augusto von Dentz <[email protected]>
  • Loading branch information
Vudentz committed Sep 8, 2022
1 parent c1631db commit 2a40f88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/net/bluetooth/hci_sock.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 2a40f88

Please sign in to comment.