Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c3372 u8 support_bands = rtwdev->chip->support_bands; in rtw89_core_set_supported_band() local
3374 if (support_bands & BIT(NL80211_BAND_2GHZ)) { in rtw89_core_set_supported_band()
3383 if (support_bands & BIT(NL80211_BAND_5GHZ)) { in rtw89_core_set_supported_band()
3393 if (support_bands & BIT(NL80211_BAND_6GHZ)) { in rtw89_core_set_supported_band()
3622 if (!(rtwdev->chip->support_bands & BIT(band))) in rtw89_core_init()
H A Dregd.c338 bool chip_support_6ghz = chip->support_bands & BIT(NL80211_BAND_6GHZ); in rtw89_regd_setup_6ghz()
H A Drtw8852a.c2113 .support_bands = BIT(NL80211_BAND_2GHZ) |
H A Dfw.c3518 if (!(rtwdev->chip->support_bands & BIT(idx))) in rtw89_release_pkt_list()
3562 if (!(rtwdev->chip->support_bands & BIT(band))) in rtw89_append_probe_req_ie()
H A Drtw8851b.c2376 .support_bands = BIT(NL80211_BAND_2GHZ) |
H A Drtw8852c.c2843 .support_bands = BIT(NL80211_BAND_2GHZ) |
H A Drtw8852b.c2546 .support_bands = BIT(NL80211_BAND_2GHZ) |
H A Ddebug.c3517 if (!(rtwdev->chip->support_bands & BIT(idx))) in rtw89_debug_priv_stations_get()
H A Dcore.h3456 u8 support_bands; member
H A Dmac.c4308 if (!(rtwdev->chip->support_bands & BIT(NL80211_BAND_6GHZ))) in rtw89_mac_c2h_scanofld_rsp()