Searched refs:support_bands (Results 1 – 3 of 3) sorted by relevance
2478 if (unlikely(!(rtwdev->chip->support_bands & BIT(NL80211_BAND_6GHZ)))) { in rtw89_core_cancel_6ghz_probe_tx()5546 u8 support_bands = rtwdev->chip->support_bands; in rtw89_core_set_supported_band() local5549 if (support_bands & BIT(NL80211_BAND_2GHZ)) { in rtw89_core_set_supported_band()5560 if (support_bands & BIT(NL80211_BAND_5GHZ)) { in rtw89_core_set_supported_band()5572 if (support_bands & BIT(NL80211_BAND_6GHZ)) { in rtw89_core_set_supported_band()6096 if (!(rtwdev->chip->support_bands & BIT(band))) in rtw89_core_init()
1189 if (chip->support_bands & BIT(NL80211_BAND_6GHZ)) in rtw89_build_txpwr_trk_tbl_from_elm()1191 if (chip->support_bands & BIT(NL80211_BAND_5GHZ)) in rtw89_build_txpwr_trk_tbl_from_elm()1193 if (chip->support_bands & BIT(NL80211_BAND_2GHZ)) in rtw89_build_txpwr_trk_tbl_from_elm()8067 if (!(rtwdev->chip->support_bands & BIT(idx))) in rtw89_hw_scan_release_pkt_list()8130 if (!(rtwdev->chip->support_bands & BIT(band))) in rtw89_append_probe_req_ie()11110 if (chip->support_bands & BIT(NL80211_BAND_2GHZ) && in rtw89_fw_has_da_txpwr_table()11114 if (chip->support_bands & BIT(NL80211_BAND_5GHZ) && in rtw89_fw_has_da_txpwr_table()11118 if (chip->support_bands & BIT(NL80211_BAND_6GHZ) && in rtw89_fw_has_da_txpwr_table()
4312 if (!(rtwdev->chip->support_bands & BIT(idx))) in rtw89_debug_priv_stations_get()