Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcore.c4407 u8 support_bands = rtwdev->chip->support_bands; in rtw89_core_set_supported_band() local
4409 if (support_bands & BIT(NL80211_BAND_2GHZ)) { in rtw89_core_set_supported_band()
4418 if (support_bands & BIT(NL80211_BAND_5GHZ)) { in rtw89_core_set_supported_band()
4428 if (support_bands & BIT(NL80211_BAND_6GHZ)) { in rtw89_core_set_supported_band()
4859 if (!(rtwdev->chip->support_bands & BIT(band))) in rtw89_core_init()
H A Drtw8852bt.c781 .support_bands = BIT(NL80211_BAND_2GHZ) |
H A Drtw8852b.c848 .support_bands = BIT(NL80211_BAND_2GHZ) |
H A Dregd.c539 bool chip_support_6ghz = chip->support_bands & BIT(NL80211_BAND_6GHZ); in rtw89_regd_setup_6ghz()
H A Dfw.c1096 if (chip->support_bands & BIT(NL80211_BAND_6GHZ)) in rtw89_build_txpwr_trk_tbl_from_elm()
1098 if (chip->support_bands & BIT(NL80211_BAND_5GHZ)) in rtw89_build_txpwr_trk_tbl_from_elm()
1100 if (chip->support_bands & BIT(NL80211_BAND_2GHZ)) in rtw89_build_txpwr_trk_tbl_from_elm()
6535 if (!(rtwdev->chip->support_bands & BIT(idx))) in rtw89_release_pkt_list()
6580 if (!(rtwdev->chip->support_bands & BIT(band))) in rtw89_append_probe_req_ie()
H A Drtw8852a.c2212 .support_bands = BIT(NL80211_BAND_2GHZ) |
H A Drtw8851b.c2494 .support_bands = BIT(NL80211_BAND_2GHZ) |
H A Drtw8852c.c3007 .support_bands = BIT(NL80211_BAND_2GHZ) |
H A Drtw8922a.c2816 .support_bands = BIT(NL80211_BAND_2GHZ) |
H A Ddebug.c4131 if (!(rtwdev->chip->support_bands & BIT(idx))) in rtw89_debug_priv_stations_get()
H A Dcore.h4281 u8 support_bands; member
H A Dmac.c4927 if (!(rtwdev->chip->support_bands & BIT(NL80211_BAND_6GHZ))) in rtw89_mac_c2h_scanofld_rsp()