Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8192e/
H A Drtllib_softmac_wx.c35 fwrq->m = ieee80211_freq_khz_to_channel(fwrq->m / 100); in rtllib_wx_set_freq()
/linux/net/wireless/
H A Dutil.c136 int ieee80211_freq_khz_to_channel(u32 freq) in ieee80211_freq_khz_to_channel() function
160 EXPORT_SYMBOL(ieee80211_freq_khz_to_channel);
H A Dreg.c3695 ieee80211_freq_khz_to_channel( in regulatory_hint_found_beacon()
/linux/include/net/
H A Dcfg80211.h6503 int ieee80211_freq_khz_to_channel(u32 freq);
6513 return ieee80211_freq_khz_to_channel(MHZ_TO_KHZ(freq)); in ieee80211_frequency_to_channel()