Home
last modified time | relevance | path

Searched refs:support_bands (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c4077 u8 support_bands = rtwdev->chip->support_bands; in rtw89_core_set_supported_band() local
4079 if (support_bands & BIT(NL80211_BAND_2GHZ)) { in rtw89_core_set_supported_band()
4088 if (support_bands & BIT(NL80211_BAND_5GHZ)) { in rtw89_core_set_supported_band()
4098 if (support_bands & BIT(NL80211_BAND_6GHZ)) { in rtw89_core_set_supported_band()
4368 if (!(rtwdev->chip->support_bands & BIT(band))) in rtw89_core_init()
H A Drtw8852bt.c760 .support_bands = BIT(NL80211_BAND_2GHZ) |
H A Drtw8852b.c827 .support_bands = BIT(NL80211_BAND_2GHZ) |
H A Dregd.c519 bool chip_support_6ghz = chip->support_bands & BIT(NL80211_BAND_6GHZ); in rtw89_regd_setup_6ghz()
H A Dfw.c908 if (chip->support_bands & BIT(NL80211_BAND_6GHZ)) in rtw89_build_txpwr_trk_tbl_from_elm()
910 if (chip->support_bands & BIT(NL80211_BAND_5GHZ)) in rtw89_build_txpwr_trk_tbl_from_elm()
912 if (chip->support_bands & BIT(NL80211_BAND_2GHZ)) in rtw89_build_txpwr_trk_tbl_from_elm()
5861 if (!(rtwdev->chip->support_bands & BIT(idx))) in rtw89_release_pkt_list()
5906 if (!(rtwdev->chip->support_bands & BIT(band))) in rtw89_append_probe_req_ie()
H A Drtw8852a.c2190 .support_bands = BIT(NL80211_BAND_2GHZ) |
H A Drtw8851b.c2472 .support_bands = BIT(NL80211_BAND_2GHZ) |
H A Drtw8852c.c2968 .support_bands = BIT(NL80211_BAND_2GHZ) |
H A Drtw8922a.c2662 .support_bands = BIT(NL80211_BAND_2GHZ) |
H A Ddebug.c3810 if (!(rtwdev->chip->support_bands & BIT(idx))) in rtw89_debug_priv_stations_get()
H A Dcore.h4251 u8 support_bands; member
H A Dmac.c4754 if (!(rtwdev->chip->support_bands & BIT(NL80211_BAND_6GHZ))) in rtw89_mac_c2h_scanofld_rsp()