Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/dev/rtw89/
HDcoex.c3958 u8 cnt_2g = 0, cnt_5g = 0, phy; in _update_wl_info() local
4013 if (cnt_2g <= ARRAY_SIZE(wl_2g_ch) - 1) in _update_wl_info()
4014 wl_2g_ch[cnt_2g] = wl_linfo[i].ch; in _update_wl_info()
4015 cnt_2g++; in _update_wl_info()
4114 u8 cnt_2g = 0, cnt_5g = 0, phy; in _update_wl_info_v1() local
4168 if (cnt_2g <= ARRAY_SIZE(wl_2g_ch) - 1) in _update_wl_info_v1()
4169 wl_2g_ch[cnt_2g] = wl_linfo[i].ch; in _update_wl_info_v1()
4170 cnt_2g++; in _update_wl_info_v1()