Searched refs:RTW_BAND_5G (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dbf.c45 if (!(chip->band & RTW_BAND_5G))
H A Dmain.c866 band = ch_param.center_chan > 14 ? RTW_BAND_5G : RTW_BAND_2G;
876 if (hal->current_band_type == RTW_BAND_5G) {
1165 } else if (band == RTW_BAND_5G) {
1230 if (hal->current_band_type == RTW_BAND_5G) {
1657 if (chip->band & RTW_BAND_5G) {
H A Dmain.h87 RTW_BAND_5G = BIT(NL80211_BAND_5GHZ), enumerator in enum:rtw_supported_band
2145 case RTW_BAND_5G:
H A Dmac80211.c331 sifs = rtwdev->hal.current_band_type == RTW_BAND_5G ? 16 : 10;
H A Dfw.c2356 band = scan_info->op_chan > 14 ? RTW_BAND_5G : RTW_BAND_2G;
2396 band = chan > 14 ? RTW_BAND_5G : RTW_BAND_2G;
H A Ddebug.c657 if (hal->current_band_type == RTW_BAND_5G)
H A Drtw8822b.c2548 .band = RTW_BAND_2G | RTW_BAND_5G,
H A Drtw8821c.c2008 .band = RTW_BAND_2G | RTW_BAND_5G,
H A Dcoex.c595 if (rtwdev->hal.current_band_type == RTW_BAND_5G)
H A Drtw8822c.c5366 .band = RTW_BAND_2G | RTW_BAND_5G,

Completed in 267 milliseconds