diff options
| author | Johannes Berg <[email protected]> | 2024-05-06 07:04:15 +0000 |
|---|---|---|
| committer | Johannes Berg <[email protected]> | 2024-05-06 14:33:26 +0000 |
| commit | 2848df961f18824fa707960477827e8772d451c6 (patch) | |
| tree | ad70b12b023fb2faa1901afcf60b526110153ebd /drivers/net/wireless/intel/iwlwifi/fw/runtime.h | |
| parent | wifi: iwlwifi: Force SCU_ACTIVE for specific platforms (diff) | |
| download | kernel-2848df961f18824fa707960477827e8772d451c6.tar.gz kernel-2848df961f18824fa707960477827e8772d451c6.zip | |
wifi: iwlwifi: mvm: align UATS naming with firmware
The firmware has different names for this, which is confusing
as even the convention of having the firmware name in a comment
after the struct definition wasn't met here. Fix the naming,
but keep UATS in some of it since that's the BIOS name.
Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: Miri Korenblit <[email protected]>
Link: https://msgid.link/20240506095953.b0dfe17d5f44.I8f5f5a831c7b934ce3140f838315827c018103bb@changeid
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/runtime.h')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/runtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/runtime.h b/drivers/net/wireless/intel/iwlwifi/fw/runtime.h index 4204e999bbf2..9122f9a1260a 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/runtime.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/runtime.h @@ -182,7 +182,7 @@ struct iwl_fw_runtime { u8 ppag_ver; struct iwl_sar_offset_mapping_cmd sgom_table; bool sgom_enabled; - struct iwl_uats_table_cmd uats_table; + struct iwl_mcc_allowed_ap_type_cmd uats_table; u8 uefi_tables_lock_status; bool uats_enabled; }; |
