Searched refs:support_bands (Results 1 – 12 of 12) sorted by relevance
2529 if (unlikely(!(rtwdev->chip->support_bands & BIT(NL80211_BAND_6GHZ)))) { in rtw89_core_cancel_6ghz_probe_tx()5605 u8 support_bands = rtwdev->chip->support_bands; in rtw89_core_set_supported_band() local5608 if (support_bands & BIT(NL80211_BAND_2GHZ)) { in rtw89_core_set_supported_band()5628 if (support_bands & BIT(NL80211_BAND_5GHZ)) { in rtw89_core_set_supported_band()5655 if (support_bands & BIT(NL80211_BAND_6GHZ)) { in rtw89_core_set_supported_band()6179 if (!(rtwdev->chip->support_bands & BIT(band))) in rtw89_core_init()
802 .support_bands = BIT(NL80211_BAND_2GHZ) |
962 .support_bands = BIT(NL80211_BAND_2GHZ) |
576 bool chip_support_6ghz = chip->support_bands & BIT(NL80211_BAND_6GHZ); in rtw89_regd_setup_6ghz()
1222 if (chip->support_bands & BIT(NL80211_BAND_6GHZ))1224 if (chip->support_bands & BIT(NL80211_BAND_5GHZ))1226 if (chip->support_bands & BIT(NL80211_BAND_2GHZ))8138 if (!(rtwdev->chip->support_bands & BIT(idx)))8201 if (!(rtwdev->chip->support_bands & BIT(band)))11247 if (chip->support_bands & BIT(NL80211_BAND_2GHZ) &&11251 if (chip->support_bands & BIT(NL80211_BAND_5GHZ) &&11255 if (chip->support_bands & BIT(NL80211_BAND_6GHZ) &&
2315 .support_bands = BIT(NL80211_BAND_2GHZ) |
2629 .support_bands = BIT(NL80211_BAND_2GHZ) |
3157 .support_bands = BIT(NL80211_BAND_2GHZ) |
2961 .support_bands = BIT(NL80211_BAND_2GHZ) |
4321 if (!(rtwdev->chip->support_bands & BIT(idx))) in rtw89_debug_priv_stations_get()
4538 u8 support_bands; member
5205 if (!(rtwdev->chip->support_bands & BIT(NL80211_BAND_6GHZ))) in rtw89_mac_c2h_scanofld_rsp()