提交 2a40f883 编写于 作者: L Luiz Augusto von Dentz

Bluetooth: Fix HCIGETDEVINFO regression

Recent changes breaks HCIGETDEVINFO since it changes the size of
hci_dev_info.

Fixes: 26afbd82 ("Bluetooth: Add initial implementation of CIS connections")
Reported-by: NMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: NLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
上级 c1631dbc
...@@ -124,8 +124,6 @@ struct hci_dev_info { ...@@ -124,8 +124,6 @@ struct hci_dev_info {
__u16 acl_pkts; __u16 acl_pkts;
__u16 sco_mtu; __u16 sco_mtu;
__u16 sco_pkts; __u16 sco_pkts;
__u16 iso_mtu;
__u16 iso_pkts;
struct hci_dev_stats stat; struct hci_dev_stats stat;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册