diff options
| author | Anjaneyulu <[email protected]> | 2024-04-15 08:54:41 +0000 |
|---|---|---|
| committer | Johannes Berg <[email protected]> | 2024-04-19 08:15:44 +0000 |
| commit | c60fc06def4e7fa13d65aa833cc676fd4f4b2bcb (patch) | |
| tree | 1050f2961ee857fdaef1abd0ca283a3165d29901 /drivers/net/wireless/intel/iwlwifi/fw/api/power.h | |
| parent | wifi: iwlwifi: move lari_config handlig to regulatory (diff) | |
| download | kernel-c60fc06def4e7fa13d65aa833cc676fd4f4b2bcb.tar.gz kernel-c60fc06def4e7fa13d65aa833cc676fd4f4b2bcb.zip | |
wifi: iwlwifi: mvm: Add support for PPAG cmd v6
Add support for enablement of PPAG for
- VLP for 6 GHz mode in CANADA, USA and ETSI countries.
- LPI for 6 GHz mode in CANADA.
- SP for 6 GHz mode in CANADA, USA and ETSI countries.
Signed-off-by: Anjaneyulu <[email protected]>
Signed-off-by: Miri Korenblit <[email protected]>
Link: https://msgid.link/20240415114847.e1893fe24ea3.Ic84cf576de0883c2184c939bdfad4b110a8a1815@changeid
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/api/power.h')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/api/power.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/power.h b/drivers/net/wireless/intel/iwlwifi/fw/api/power.h index ce18ef9d3128..8f84d4733b63 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/api/power.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/api/power.h @@ -567,7 +567,7 @@ enum iwl_ppag_flags { * union iwl_ppag_table_cmd - union for all versions of PPAG command * @v1: version 1 * @v2: version 2 - * version 3, 4 and 5 are the same structure as v2, + * version 3, 4, 5 and 6 are the same structure as v2, * but has a different format of the flags bitmap * @flags: values from &enum iwl_ppag_flags * @gain: table of antenna gain values per chain and sub-band |
