aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/fw/runtime.h
diff options
context:
space:
mode:
authorMiri Korenblit <[email protected]>2025-04-30 12:23:08 +0000
committerMiri Korenblit <[email protected]>2025-05-06 17:22:37 +0000
commit200d89b4233fa0ac6e211597cb4935d794a2ca12 (patch)
tree6b1d34ff3b0db553c84da7faafc65744e14c3899 /drivers/net/wireless/intel/iwlwifi/fw/runtime.h
parentwifi: iwlwifi: prepare for reading WPFC from UEFI (diff)
downloadkernel-200d89b4233fa0ac6e211597cb4935d794a2ca12.tar.gz
kernel-200d89b4233fa0ac6e211597cb4935d794a2ca12.zip
wifi: iwlwifi: read WPFC also from UEFI
We are currently reading it only from ACPI, but we need to read it from UEFI too (if exists, and if the UEFI variables are locked) Add the reading from the UEFI and use IWL_BIOS_TABLE_LOADER to generate the code that determines the source from which the table should be read (ACPI/UEFI). Signed-off-by: Miri Korenblit <[email protected]> Link: https://patch.msgid.link/20250430151952.839a5e7dd89b.I491acbf68047874df97b3971f1ba692ebc998a52@changeid
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/runtime.h')
-rw-r--r--drivers/net/wireless/intel/iwlwifi/fw/runtime.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/runtime.h b/drivers/net/wireless/intel/iwlwifi/fw/runtime.h
index 5753d95986cd..a56b96003650 100644
--- a/drivers/net/wireless/intel/iwlwifi/fw/runtime.h
+++ b/drivers/net/wireless/intel/iwlwifi/fw/runtime.h
@@ -185,9 +185,7 @@ struct iwl_fw_runtime {
struct iwl_mcc_allowed_ap_type_cmd uats_table;
bool uats_valid;
u8 uefi_tables_lock_status;
-#ifdef CONFIG_ACPI
struct iwl_phy_specific_cfg phy_filters;
-#endif
};
void iwl_fw_runtime_init(struct iwl_fw_runtime *fwrt, struct iwl_trans *trans,