Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtw88/
Dmain.c304 hal->current_band_type = center_chan > 14 ? RTW_BAND_5G : RTW_BAND_2G; in rtw_set_channel()
311 if (hal->current_band_type == RTW_BAND_5G) { in rtw_set_channel()
570 if (hal->current_band_type == RTW_BAND_5G) { in rtw_update_sta_info()
853 if (chip->band & RTW_BAND_5G) { in rtw_set_supported_band()
Ddebug.c519 if (hal->current_band_type == RTW_BAND_5G) in rtw_debugfs_get_tx_pwr_tbl()
Dmain.h59 RTW_BAND_5G = 1 << 1, enumerator
Drtw8822b.c1975 .band = RTW_BAND_2G | RTW_BAND_5G,
Dcoex.c426 if (rtwdev->hal.current_band_type == RTW_BAND_5G) in rtw_coex_update_wl_link_info()
Drtw8822c.c3745 .band = RTW_BAND_2G | RTW_BAND_5G,