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

/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c331 sifs = rtwdev->hal.current_band_type == RTW_BAND_5G ? 16 : 10;
657 if (hal->current_band_type == RTW_BAND_2G)
H A Dmain.c798 hal->current_band_type = band;
876 if (hal->current_band_type == RTW_BAND_5G) {
1161 band = hal->current_band_type;
1230 if (hal->current_band_type == RTW_BAND_5G) {
1243 } else if (hal->current_band_type == RTW_BAND_2G) {
H A Dregd.c497 u8 band = hal->current_band_type;
H A Dtx.c272 if (rtwdev->hal.current_band_type == RTW_BAND_2G) {
H A Dphy.c728 if (rtwdev->hal.current_band_type != RTW_BAND_2G)
2199 if (hal->current_band_type == RTW_BAND_2G)
H A Ddebug.c657 if (hal->current_band_type == RTW_BAND_5G)
H A Dmain.h1914 u8 current_band_type; member in struct:rtw_hal
H A Dcoex.c595 if (rtwdev->hal.current_band_type == RTW_BAND_5G)
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.h4294 __le32 current_band_type; member in struct:rtw89_fw_h2c_rf_get_mccch
H A Dfw.c4844 mccch->current_band_type = cpu_to_le32(rfk_mcc->band[idx]);

Completed in 392 milliseconds