Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/realtek/rtw89/
Dcore.c2848 u8 support_bands = rtwdev->chip->support_bands; in rtw89_core_set_supported_band() local
2850 if (support_bands & BIT(NL80211_BAND_2GHZ)) { in rtw89_core_set_supported_band()
2859 if (support_bands & BIT(NL80211_BAND_5GHZ)) { in rtw89_core_set_supported_band()
2869 if (support_bands & BIT(NL80211_BAND_6GHZ)) { in rtw89_core_set_supported_band()
3036 if (!(rtwdev->chip->support_bands & BIT(band))) in rtw89_core_init()
Dfw.c2483 if (!(rtwdev->chip->support_bands & BIT(idx))) in rtw89_release_pkt_list()
2508 if (!(rtwdev->chip->support_bands & BIT(band))) in rtw89_append_probe_req_ie()
Drtw8852a.c2218 .support_bands = BIT(NL80211_BAND_2GHZ) |
Drtw8852c.c3069 .support_bands = BIT(NL80211_BAND_2GHZ) |
Dcore.h2623 u8 support_bands; member
Dmac.c3845 if (!(rtwdev->chip->support_bands & BIT(NL80211_BAND_6GHZ))) in rtw89_mac_c2h_scanofld_rsp()