Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/realtek/rtw88/
Dmain.c772 hal->current_band_type = center_chan > 14 ? RTW_BAND_5G : RTW_BAND_2G; in rtw_set_channel()
798 if (hal->current_band_type == RTW_BAND_5G) { in rtw_set_channel()
1087 } else if (band == RTW_BAND_5G) { in rtw_rate_mask_cfg()
1152 if (hal->current_band_type == RTW_BAND_5G) { in rtw_update_sta_info()
1562 if (chip->band & RTW_BAND_5G) { in rtw_set_supported_band()
Dbf.c45 if (!(chip->band & RTW_BAND_5G)) in rtw_bf_assoc()
Dmac80211.c323 sifs = rtwdev->hal.current_band_type == RTW_BAND_5G ? 16 : 10; in rtw_aifsn_to_aifs()
Dfw.c2085 hal->current_band_type = chan > 14 ? RTW_BAND_5G : RTW_BAND_2G; in rtw_hw_scan_complete()
2210 hal->current_band_type = chan > 14 ? RTW_BAND_5G : RTW_BAND_2G; in rtw_hw_scan_chan_switch()
Ddebug.c643 if (hal->current_band_type == RTW_BAND_5G) in rtw_debugfs_get_tx_pwr_tbl()
Dmain.h87 RTW_BAND_5G = BIT(NL80211_BAND_5GHZ), enumerator
Drtw8821c.c1900 .band = RTW_BAND_2G | RTW_BAND_5G,
Drtw8822b.c2519 .band = RTW_BAND_2G | RTW_BAND_5G,
Dcoex.c595 if (rtwdev->hal.current_band_type == RTW_BAND_5G) in rtw_coex_update_wl_link_info()
Drtw8822c.c5332 .band = RTW_BAND_2G | RTW_BAND_5G,