Home
last modified time | relevance | path

Searched refs:ht40_bands (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/cfg/
H A D7000.c147 .ht40_bands = BIT(NL80211_BAND_2GHZ) | BIT(NL80211_BAND_5GHZ),
269 .ht40_bands = BIT(NL80211_BAND_2GHZ) | BIT(NL80211_BAND_5GHZ),
H A D1000.c53 .ht40_bands = BIT(NL80211_BAND_2GHZ),
H A D5000.c51 .ht40_bands = BIT(NL80211_BAND_2GHZ) | BIT(NL80211_BAND_5GHZ),
H A D8000.c112 .ht40_bands = BIT(NL80211_BAND_2GHZ) | BIT(NL80211_BAND_5GHZ),
H A D9000.c99 .ht40_bands = BIT(NL80211_BAND_2GHZ) | BIT(NL80211_BAND_5GHZ),
H A D2000.c78 .ht40_bands = BIT(NL80211_BAND_2GHZ),
H A D6000.c99 .ht40_bands = BIT(NL80211_BAND_2GHZ) | BIT(NL80211_BAND_5GHZ),
H A D22000.c161 .ht40_bands = BIT(NL80211_BAND_2GHZ) | BIT(NL80211_BAND_5GHZ),
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/
H A Diwl-config.h207 u8 ht40_bands; member
H A Diwl-eeprom-parse.c789 if (cfg->ht_params->ht40_bands & BIT(band)) { in iwl_init_ht_hw_capab()