Searched refs:RTW_BAND_2G (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | main.c | 586 hal->current_band_type = center_chan > 14 ? RTW_BAND_5G : RTW_BAND_2G; in rtw_set_channel() 864 if (band == RTW_BAND_2G) { in rtw_update_rate_mask() 940 } else if (hal->current_band_type == RTW_BAND_2G) { in rtw_update_sta_info() 1228 if (chip->band & RTW_BAND_2G) { in rtw_set_supported_band()
|
H A D | tx.c | 236 if (rtwdev->hal.current_band_type == RTW_BAND_2G) { in rtw_tx_pkt_info_update_rate()
|
H A D | mac80211.c | 571 if (hal->current_band_type == RTW_BAND_2G) in rtw_ops_can_aggregate_in_amsdu()
|
H A D | phy.c | 536 if (rtwdev->hal.current_band_type != RTW_BAND_2G) in rtw_phy_cck_pd() 1904 if (hal->current_band_type == RTW_BAND_2G) in rtw_phy_set_tx_power_level_by_path()
|
H A D | rtw8822c.c | 2525 if (rtwdev->dm_info.dpk_info.dpk_band == RTW_BAND_2G) in rtw8822c_dpk_pre_setting() 2549 if (rtwdev->dm_info.dpk_info.dpk_band == RTW_BAND_2G) { in rtw8822c_dpk_rf_setting() 3296 if (dpk_info->dpk_band == RTW_BAND_2G) in rtw8822c_dpk_reload_data() 4326 .band = RTW_BAND_2G | RTW_BAND_5G,
|
H A D | main.h | 81 RTW_BAND_2G = 1 << 0, enumerator
|
H A D | rtw8821c.c | 1789 .band = RTW_BAND_2G | RTW_BAND_5G,
|
H A D | rtw8822b.c | 2450 .band = RTW_BAND_2G | RTW_BAND_5G,
|
H A D | rtw8723d.c | 2689 .band = RTW_BAND_2G,
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | main.c | 866 band = ch_param.center_chan > 14 ? RTW_BAND_5G : RTW_BAND_2G; in rtw_set_channel() 1162 if (band == RTW_BAND_2G) { in rtw_rate_mask_cfg() 1243 } else if (hal->current_band_type == RTW_BAND_2G) { in rtw_update_sta_info() 1648 if (chip->band & RTW_BAND_2G) { in rtw_set_supported_band()
|
H A D | regd.c | 499 return band == RTW_BAND_2G ? in rtw_regd_get()
|
H A D | mac80211.c | 657 if (hal->current_band_type == RTW_BAND_2G) in rtw_ops_can_aggregate_in_amsdu()
|
H A D | tx.c | 272 if (rtwdev->hal.current_band_type == RTW_BAND_2G) { in rtw_tx_pkt_info_update_rate()
|
H A D | main.h | 86 RTW_BAND_2G = BIT(NL80211_BAND_2GHZ), enumerator 2147 case RTW_BAND_2G: in rtw_hw_to_nl80211_band()
|
H A D | phy.c | 728 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 D | fw.c | 2282 band = scan_info->op_chan > 14 ? RTW_BAND_5G : RTW_BAND_2G; in rtw_store_op_chan() 2322 band = chan > 14 ? RTW_BAND_5G : RTW_BAND_2G; in rtw_hw_scan_chan_switch()
|
H A D | rtw8822c.c | 3359 if (rtwdev->dm_info.dpk_info.dpk_band == RTW_BAND_2G) in rtw8822c_dpk_pre_setting() 3383 if (rtwdev->dm_info.dpk_info.dpk_band == RTW_BAND_2G) { in rtw8822c_dpk_rf_setting() 4130 if (dpk_info->dpk_band == RTW_BAND_2G) in rtw8822c_dpk_reload_data() 5366 .band = RTW_BAND_2G | RTW_BAND_5G,
|
H A D | rtw8821c.c | 1941 .band = RTW_BAND_2G | RTW_BAND_5G,
|
H A D | rtw8822b.c | 2548 .band = RTW_BAND_2G | RTW_BAND_5G,
|
H A D | rtw8723d.c | 2762 .band = RTW_BAND_2G,
|
Completed in 57 milliseconds