Home
last modified time | relevance | path

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

/drivers/net/wireless/iwlwifi/
Diwl-7000.c155 .ht40_bands = BIT(IEEE80211_BAND_2GHZ) | BIT(IEEE80211_BAND_5GHZ),
284 .ht40_bands = BIT(IEEE80211_BAND_2GHZ) | BIT(IEEE80211_BAND_5GHZ),
Diwl-1000.c71 .ht40_bands = BIT(IEEE80211_BAND_2GHZ),
Diwl-5000.c69 .ht40_bands = BIT(IEEE80211_BAND_2GHZ) | BIT(IEEE80211_BAND_5GHZ),
Diwl-8000.c123 .ht40_bands = BIT(IEEE80211_BAND_2GHZ) | BIT(IEEE80211_BAND_5GHZ),
Diwl-2000.c98 .ht40_bands = BIT(IEEE80211_BAND_2GHZ),
Diwl-config.h194 u8 ht40_bands; member
Diwl-6000.c120 .ht40_bands = BIT(IEEE80211_BAND_2GHZ) | BIT(IEEE80211_BAND_5GHZ),
Diwl-eeprom-parse.c787 if (cfg->ht_params->ht40_bands & BIT(band)) { in iwl_init_ht_hw_capab()