diff options
| author | Luca Coelho <[email protected]> | 2020-12-09 22:06:57 +0000 |
|---|---|---|
| committer | Luca Coelho <[email protected]> | 2020-12-09 22:12:29 +0000 |
| commit | eae94cf82d7456b57fa9fd55c1edb8a726dcc19c (patch) | |
| tree | 18a2eef189bffa70752f7d4ec685c6cf25af1282 /drivers/net/wireless/intel/iwlwifi/fw/api/scan.h | |
| parent | iwlwifi: copy iwl_he_capa for modifications (diff) | |
| download | kernel-eae94cf82d7456b57fa9fd55c1edb8a726dcc19c.tar.gz kernel-eae94cf82d7456b57fa9fd55c1edb8a726dcc19c.zip | |
iwlwifi: mvm: add support for 6GHz
Add support to the 6GHz band (aka. Ultra High Band or UHB). This
allows us to scan and connect to channels in that band, including all
the relevant features, such as preferred scan channels, colocated
channels etc.
Co-developed-by: Haim Dreyfuss <[email protected]>
Signed-off-by: Haim Dreyfuss <[email protected]>
Co-developed-by: Ilan Peer <[email protected]>
Signed-off-by: Ilan Peer <[email protected]>
Co-developed-by: Tova Mussai <[email protected]>
Signed-off-by: Tova Mussai <[email protected]>
Co-developed-by: Andrei Otcheretianski <[email protected]>
Signed-off-by: Andrei Otcheretianski <[email protected]>
Co-developed-by: Tali Levi Rovinsky <[email protected]>
Signed-off-by: Tali Levi Rovinsky <[email protected]>
Co-developed-by: Avraham Stern <[email protected]>
Signed-off-by: Avraham Stern <[email protected]>
Co-developed-by: Ayala Beker <[email protected]>
Signed-off-by: Ayala Beker <[email protected]>
Signed-off-by: Luca Coelho <[email protected]>
Link: https://lore.kernel.org/r/iwlwifi.20201210000657.0fdbfc3d7352.Idb648536faf21716e2ab2c6d6890d3e49f719cd3@changeid
Signed-off-by: Luca Coelho <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/api/scan.h')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/api/scan.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/scan.h b/drivers/net/wireless/intel/iwlwifi/fw/api/scan.h index 5cc33a1b7172..b6c29196d935 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/api/scan.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/api/scan.h @@ -530,6 +530,11 @@ enum iwl_channel_flags { IWL_CHANNEL_FLAG_PRE_SCAN_PASSIVE2ACTIVE = BIT(3), }; +enum iwl_uhb_chan_cfg_flags { + IWL_UHB_CHAN_CFG_FLAG_UNSOLICITED_PROBE_RES = BIT(24), + IWL_UHB_CHAN_CFG_FLAG_PSC_CHAN_NO_LISTEN = BIT(25), + IWL_UHB_CHAN_CFG_FLAG_FORCE_PASSIVE = BIT(26), +}; /** * struct iwl_scan_dwell * @active: default dwell time for active scan |
