Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_rf.c11 static const u32 ch_freq_map[] = { variable
30 if (channel == 0 || channel > ARRAY_SIZE(ch_freq_map)) in rtw_ch2freq()
33 return ch_freq_map[channel - 1]; in rtw_ch2freq()