diff options
author | Kiran K <kiran.k@intel.com> | 2023-02-28 16:31:54 +0530 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2023-03-22 16:05:55 -0700 |
commit | 294d749b5df5a22d17989833fb1a0a2cd1dfd243 (patch) | |
tree | b4255c84b3e6ae890b989664b6ff8774caeb7e21 /drivers/bluetooth/btintel.h | |
parent | 2f10e40a948e8a2abe7f983df3959a333ca8955f (diff) | |
download | lwn-294d749b5df5a22d17989833fb1a0a2cd1dfd243.tar.gz lwn-294d749b5df5a22d17989833fb1a0a2cd1dfd243.zip |
Bluetooth: btintel: Iterate only bluetooth device ACPI entries
Current flow interates over entire ACPI table entries looking for
Bluetooth Per Platform Antenna Gain(PPAG) entry. This patch iterates
over ACPI entries relvant to Bluetooth device only.
Fixes: c585a92b2f9c ("Bluetooth: btintel: Set Per Platform Antenna Gain(PPAG)")
Signed-off-by: Kiran K <kiran.k@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'drivers/bluetooth/btintel.h')
-rw-r--r-- | drivers/bluetooth/btintel.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/bluetooth/btintel.h b/drivers/bluetooth/btintel.h index 8e7da877efae..8fdb65b66315 100644 --- a/drivers/bluetooth/btintel.h +++ b/drivers/bluetooth/btintel.h @@ -137,13 +137,6 @@ struct intel_offload_use_cases { __u8 preset[8]; } __packed; -/* structure to store the PPAG data read from ACPI table */ -struct btintel_ppag { - u32 domain; - u32 mode; - struct hci_dev *hdev; -}; - struct btintel_loc_aware_reg { __le32 mcc; __le32 sel; |