aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-01-05 14:59:53 -0800
committerMarcel Holtmann <marcel@holtmann.org>2022-01-06 14:57:09 +0100
commit72279d17df54d5e4e7910b39c61a3f3464e36633 (patch)
tree9c490940b9433e40735c282c2caba4d7a629fadb /include/net
parentBluetooth: btbcm: disable read tx power for MacBook Air 8,1 and 8,2 (diff)
downloadlinux-dev-72279d17df54d5e4e7910b39c61a3f3464e36633.tar.xz
linux-dev-72279d17df54d5e4e7910b39c61a3f3464e36633.zip
Bluetooth: hci_event: Rework hci_inquiry_result_with_rssi_evt
This rework the handling of hci_inquiry_result_with_rssi_evt to not use a union to represent the different inquiry responses. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Tested-by: Soenke Huster <soenke.huster@eknoes.de> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/hci.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index e2b06bb79e2e..35c073d44ec5 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -2233,11 +2233,7 @@ struct inquiry_info_rssi_pscan {
} __packed;
struct hci_ev_inquiry_result_rssi {
__u8 num;
- struct inquiry_info_rssi info[];
-} __packed;
-struct hci_ev_inquiry_result_rssi_pscan {
- __u8 num;
- struct inquiry_info_rssi_pscan info[];
+ __u8 data[];
} __packed;
#define HCI_EV_REMOTE_EXT_FEATURES 0x23