Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_rf.c33 static struct ch_freq ch_freq_map[] = { variable
55 static int ch_freq_map_num = ARRAY_SIZE(ch_freq_map);
63 if (channel == ch_freq_map[i].channel) { in rtw_ch2freq()
64 freq = ch_freq_map[i].frequency; in rtw_ch2freq()
80 if (freq == ch_freq_map[i].frequency) { in rtw_freq2ch()
81 ch = ch_freq_map[i].channel; in rtw_freq2ch()