Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dmain.c798 hal->current_band_type = band; in rtw_update_channel()
876 if (hal->current_band_type == RTW_BAND_5G) { in rtw_set_channel()
1161 band = hal->current_band_type; in rtw_rate_mask_cfg()
1230 if (hal->current_band_type == RTW_BAND_5G) { in rtw_update_sta_info()
1243 } else if (hal->current_band_type == RTW_BAND_2G) { in rtw_update_sta_info()
H A Dmac80211.c331 sifs = rtwdev->hal.current_band_type == RTW_BAND_5G ? 16 : 10; in rtw_aifsn_to_aifs()
657 if (hal->current_band_type == RTW_BAND_2G) in rtw_ops_can_aggregate_in_amsdu()
H A Dregd.c497 u8 band = hal->current_band_type; in rtw_regd_get()
H A Dtx.c272 if (rtwdev->hal.current_band_type == RTW_BAND_2G) { in rtw_tx_pkt_info_update_rate()
H A Dphy.c728 if (rtwdev->hal.current_band_type != RTW_BAND_2G) in rtw_phy_cck_pd()
2199 if (hal->current_band_type == RTW_BAND_2G) in rtw_phy_set_tx_power_level_by_path()
H A Ddebug.c674 if (hal->current_band_type == RTW_BAND_5G) in rtw_debugfs_get_tx_pwr_tbl()
H A Dmain.h1906 u8 current_band_type; member
H A Dcoex.c595 if (rtwdev->hal.current_band_type == RTW_BAND_5G) in rtw_coex_update_wl_link_info()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.h3607 __le32 current_band_type; member
H A Dfw.c3200 mccch->current_band_type = cpu_to_le32(chan->band_type); in rtw89_fw_h2c_rf_ntfy_mcc()