aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2022-09-19 18:01:04 -0700
committerJakub Kicinski <kuba@kernel.org>2022-09-19 18:01:04 -0700
commit95b9fd760b7a32f738f225ec041c980e7941c73a (patch)
treec2935419a746adfbfac816eccecb5a181e3cfd09
parent5e69163d3b9931098922b3fc2f8e786af8c1f37e (diff)
parent35e60f1aadf6c02d77fdf42180fbf205aec7e8fc (diff)
downloadlinux-95b9fd760b7a32f738f225ec041c980e7941c73a.tar.gz
Merge tag 'for-net-2022-09-09' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Luiz Augusto von Dentz says: ==================== bluetooth pull request for net: - Fix HCIGETDEVINFO regression * tag 'for-net-2022-09-09' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth: Bluetooth: Fix HCIGETDEVINFO regression ==================== Link: https://lore.kernel.org/r/20220909201642.3810565-1-luiz.dentz@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--include/net/bluetooth/hci_sock.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/bluetooth/hci_sock.h b/include/net/bluetooth/hci_sock.h
index 0520e21ab69834..9949870f7d7803 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;
};