Searched refs:RTW_BAND_2G (Results 1 – 11 of 11) sorted by relevance
827 band = ch_param.center_chan > 14 ? RTW_BAND_5G : RTW_BAND_2G; in rtw_set_channel()1120 if (band == RTW_BAND_2G) { in rtw_rate_mask_cfg()1201 } else if (hal->current_band_type == RTW_BAND_2G) { in rtw_update_sta_info()1607 if (chip->band & RTW_BAND_2G) { in rtw_set_supported_band()
499 return band == RTW_BAND_2G ? in rtw_regd_get()
258 if (rtwdev->hal.current_band_type == RTW_BAND_2G) { in rtw_tx_pkt_info_update_rate()
86 RTW_BAND_2G = BIT(NL80211_BAND_2GHZ), enumerator2138 case RTW_BAND_2G: in rtw_hw_to_nl80211_band()
627 if (hal->current_band_type == RTW_BAND_2G) in rtw_ops_can_aggregate_in_amsdu()
728 if (rtwdev->hal.current_band_type != RTW_BAND_2G) in rtw_phy_cck_pd()2196 if (hal->current_band_type == RTW_BAND_2G) in rtw_phy_set_tx_power_level_by_path()
2201 band = scan_info->op_chan > 14 ? RTW_BAND_5G : RTW_BAND_2G; in rtw_store_op_chan()2241 band = chan > 14 ? RTW_BAND_5G : RTW_BAND_2G; in rtw_hw_scan_chan_switch()
3350 if (rtwdev->dm_info.dpk_info.dpk_band == RTW_BAND_2G) in rtw8822c_dpk_pre_setting()3374 if (rtwdev->dm_info.dpk_info.dpk_band == RTW_BAND_2G) { in rtw8822c_dpk_rf_setting()4121 if (dpk_info->dpk_band == RTW_BAND_2G) in rtw8822c_dpk_reload_data()5356 .band = RTW_BAND_2G | RTW_BAND_5G,
1918 .band = RTW_BAND_2G | RTW_BAND_5G,
2538 .band = RTW_BAND_2G | RTW_BAND_5G,
2750 .band = RTW_BAND_2G,
Completed in 54 milliseconds