Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c6125 u32 wl_2g_ch[2] = {0}, wl_5g_ch[2] = {0}; in _update_wl_info() local
6179 if (cnt_2g <= ARRAY_SIZE(wl_2g_ch) - 1) in _update_wl_info()
6180 wl_2g_ch[cnt_2g] = wl_linfo[i].ch; in _update_wl_info()
6225 if (wl_2g_ch[0] == wl_2g_ch[1]) in _update_wl_info()
6276 u32 wl_2g_ch[2] = {}, wl_5g_ch[2] = {}; in _update_wl_info_v1() local
6329 if (cnt_2g <= ARRAY_SIZE(wl_2g_ch) - 1) in _update_wl_info_v1()
6330 wl_2g_ch[cnt_2g] = wl_linfo[i].ch; in _update_wl_info_v1()
6375 if (wl_2g_ch[0] == wl_2g_ch[1]) in _update_wl_info_v1()
6426 u32 wl_2g_ch[2] = {}, wl_5g_ch[2] = {}; in _update_wl_info_v2() local
6479 if (cnt_2g <= ARRAY_SIZE(wl_2g_ch) - 1) in _update_wl_info_v2()
[all …]