diff options
| author | Gil Adam <[email protected]> | 2020-09-24 13:23:39 +0000 |
|---|---|---|
| committer | Luca Coelho <[email protected]> | 2020-10-01 18:56:48 +0000 |
| commit | f2134f66f40e3f74104562a4eb6c607601dcfa83 (patch) | |
| tree | 35678d203d3640f71934dfdc5ecbb37accf6ef79 /drivers/net/wireless/intel/iwlwifi/fw/runtime.h | |
| parent | iwlwifi: add new cards for MA family (diff) | |
| download | kernel-f2134f66f40e3f74104562a4eb6c607601dcfa83.tar.gz kernel-f2134f66f40e3f74104562a4eb6c607601dcfa83.zip | |
iwlwifi: acpi: support ppag table command v2
Version 2 of the PPAG table command supports more sub-bands than
previous. Change relevant command structs and the reading of the ACPI
tables.
Signed-off-by: Gil Adam <[email protected]>
Signed-off-by: Luca Coelho <[email protected]>
Link: https://lore.kernel.org/r/iwlwifi.20200924162106.fb29c33d2cb9.I942bfe645e9d47cd1fcf6435506061f8b2cea21a@changeid
Signed-off-by: Luca Coelho <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/runtime.h')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/runtime.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/runtime.h b/drivers/net/wireless/intel/iwlwifi/fw/runtime.h index b5e5e32b6152..cddcb4d9a264 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/runtime.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/runtime.h @@ -207,7 +207,8 @@ struct iwl_fw_runtime { u8 sar_chain_b_profile; struct iwl_geo_profile geo_profiles[ACPI_NUM_GEO_PROFILES]; u32 geo_rev; - struct iwl_ppag_table_cmd ppag_table; + union iwl_ppag_table_cmd ppag_table; + u32 ppag_ver; #endif }; |
