Home
last modified time | relevance | path

Searched refs:RTW_BAND_2G (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw88/
H A Dmain.c884 band = ch_param.center_chan > 14 ? RTW_BAND_5G : RTW_BAND_2G; in rtw_set_channel()
1180 if (band == RTW_BAND_2G) { in rtw_rate_mask_cfg()
1261 } else if (hal->current_band_type == RTW_BAND_2G) { in rtw_update_sta_info()
1670 if (chip->band & RTW_BAND_2G) { in rtw_set_supported_band()
H A Dregd.c499 return band == RTW_BAND_2G ? in rtw_regd_get()
H A Dmain.h87 RTW_BAND_2G = BIT(NL80211_BAND_2GHZ), enumerator
2187 case RTW_BAND_2G: in rtw_hw_to_nl80211_band()
H A Dtx.c277 if (rtwdev->hal.current_band_type == RTW_BAND_2G) { in rtw_tx_pkt_info_update_rate()
H A Dmac80211.c668 if (hal->current_band_type == RTW_BAND_2G) in rtw_ops_can_aggregate_in_amsdu()
H A Dfw.c2375 band = scan_info->op_chan > 14 ? RTW_BAND_5G : RTW_BAND_2G; in rtw_store_op_chan()
2415 band = chan > 14 ? RTW_BAND_5G : RTW_BAND_2G; in rtw_hw_scan_chan_switch()
H A Drtw8822c.c3321 if (rtwdev->dm_info.dpk_info.dpk_band == RTW_BAND_2G) in rtw8822c_dpk_pre_setting()
3345 if (rtwdev->dm_info.dpk_info.dpk_band == RTW_BAND_2G) { in rtw8822c_dpk_rf_setting()
4092 if (dpk_info->dpk_band == RTW_BAND_2G) in rtw8822c_dpk_reload_data()
5330 .band = RTW_BAND_2G | RTW_BAND_5G,
H A Drtw8822b.c2510 .band = RTW_BAND_2G | RTW_BAND_5G,