Home
last modified time | relevance | path

Searched refs:current_band_type (Results 1 – 7 of 7) sorted by relevance

/drivers/net/wireless/realtek/rtw88/
Dmain.c729 hal->current_band_type = center_chan > 14 ? RTW_BAND_5G : RTW_BAND_2G; in rtw_set_channel()
736 if (hal->current_band_type == RTW_BAND_5G) { in rtw_set_channel()
1006 band = hal->current_band_type; in rtw_update_rate_mask()
1073 if (hal->current_band_type == RTW_BAND_5G) { in rtw_update_sta_info()
1085 } else if (hal->current_band_type == RTW_BAND_2G) { in rtw_update_sta_info()
Dmac80211.c318 sifs = rtwdev->hal.current_band_type == RTW_BAND_5G ? 16 : 10; in rtw_aifsn_to_aifs()
585 if (hal->current_band_type == RTW_BAND_2G) in rtw_ops_can_aggregate_in_amsdu()
Dtx.c240 if (rtwdev->hal.current_band_type == RTW_BAND_2G) { in rtw_tx_pkt_info_update_rate()
Dphy.c668 if (rtwdev->hal.current_band_type != RTW_BAND_2G) in rtw_phy_cck_pd()
2051 if (hal->current_band_type == RTW_BAND_2G) in rtw_phy_set_tx_power_level_by_path()
Ddebug.c599 if (hal->current_band_type == RTW_BAND_5G) in rtw_debugfs_get_tx_pwr_tbl()
Dmain.h1778 u8 current_band_type; member
Dcoex.c568 if (rtwdev->hal.current_band_type == RTW_BAND_5G) in rtw_coex_update_wl_link_info()