[go: nahoru, domu]

Searched defs:center_freq (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/rtlwifi/
H A Dregd.c137 static bool _rtl_is_radar_freq(u16 center_freq) argument
139 return center_freq >= 5260 && center_freq <= 5700;
160 if (_rtl_is_radar_freq(ch->center_freq) ||
165 ch->center_freq);
227 reg_rule = freq_reg_info(wiphy, ch->center_freq);
235 reg_rule = freq_reg_info(wiphy, ch->center_freq);
260 if (!_rtl_is_radar_freq(ch->center_freq))
/drivers/net/wireless/ath/
H A Dregd.c257 static bool ath_is_radar_freq(u16 center_freq) argument
259 return (center_freq >= 5260 && center_freq <= 5700);
267 reg_rule = freq_reg_info(wiphy, MHZ_TO_KHZ(ch->center_freq));
276 static void ath_force_clear_no_ir_freq(struct wiphy *wiphy, u16 center_freq) argument
280 ch = ieee80211_get_channel(wiphy, center_freq);
292 static void ath_force_no_ir_freq(struct wiphy *wiphy, u16 center_freq) argument
296 ch = ieee80211_get_channel(wiphy, center_freq);
309 if (ath_is_radar_freq(ch->center_freq) ||
412 if (!ath_is_radar_freq(ch->center_freq))
[all...]
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dchannel.c628 static bool brcms_is_radar_freq(u16 center_freq) argument
630 return center_freq >= 5260 && center_freq <= 5700;
646 if (!brcms_is_radar_freq(ch->center_freq))
683 MHZ_TO_KHZ(ch->center_freq));
/drivers/media/dvb-frontends/
H A Dstb0899_priv.h193 s32 center_freq; /* Nominal carrier frequency */ member in struct:stb0899_internal
/drivers/net/wireless/b43/
H A Dphy_n.h886 u16 center_freq; member in struct:b43_chanspec

Completed in 125 milliseconds