Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/realtek/rtw89/
Dcoex.c4485 u8 cnt_2g = 0, cnt_5g = 0, phy; in _update_wl_info() local
4535 if (cnt_5g <= ARRAY_SIZE(wl_5g_ch) - 1) in _update_wl_info()
4536 wl_5g_ch[cnt_5g] = wl_linfo[i].ch; in _update_wl_info()
4537 cnt_5g++; in _update_wl_info()
4636 u8 cnt_2g = 0, cnt_5g = 0, phy; in _update_wl_info_v1() local
4685 if (cnt_5g <= ARRAY_SIZE(wl_5g_ch) - 1) in _update_wl_info_v1()
4686 wl_5g_ch[cnt_5g] = wl_linfo[i].ch; in _update_wl_info_v1()
4687 cnt_5g++; in _update_wl_info_v1()
4786 u8 cnt_2g = 0, cnt_5g = 0, phy; in _update_wl_info_v2() local
4835 if (cnt_5g <= ARRAY_SIZE(wl_5g_ch) - 1) in _update_wl_info_v2()
[all …]