Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/cfg/
H A D7000.c89 .ht40_bands = BIT(NL80211_BAND_2GHZ) | BIT(NL80211_BAND_5GHZ),
210 .ht40_bands = BIT(NL80211_BAND_2GHZ) | BIT(NL80211_BAND_5GHZ),
H A D1000.c48 .ht40_bands = BIT(NL80211_BAND_2GHZ),
H A D8000.c55 .ht40_bands = BIT(NL80211_BAND_2GHZ) | BIT(NL80211_BAND_5GHZ),
H A D5000.c46 .ht40_bands = BIT(NL80211_BAND_2GHZ) | BIT(NL80211_BAND_5GHZ),
H A D9000.c51 .ht40_bands = BIT(NL80211_BAND_2GHZ) | BIT(NL80211_BAND_5GHZ),
H A D2000.c73 .ht40_bands = BIT(NL80211_BAND_2GHZ),
H A D22000.c65 .ht40_bands = BIT(NL80211_BAND_2GHZ) | BIT(NL80211_BAND_5GHZ) |
H A D6000.c94 .ht40_bands = BIT(NL80211_BAND_2GHZ) | BIT(NL80211_BAND_5GHZ),
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-config.h156 u8 ht40_bands; member
H A Diwl-eeprom-parse.c735 if (cfg->ht_params->ht40_bands & BIT(band)) { in iwl_init_ht_hw_capab()