/drivers/staging/vt6656/ |
D | channel.c | 69 { .center_freq = 2412, .hw_value = 1 }, 70 { .center_freq = 2417, .hw_value = 2 }, 71 { .center_freq = 2422, .hw_value = 3 }, 72 { .center_freq = 2427, .hw_value = 4 }, 73 { .center_freq = 2432, .hw_value = 5 }, 74 { .center_freq = 2437, .hw_value = 6 }, 75 { .center_freq = 2442, .hw_value = 7 }, 76 { .center_freq = 2447, .hw_value = 8 }, 77 { .center_freq = 2452, .hw_value = 9 }, 78 { .center_freq = 2457, .hw_value = 10 }, [all …]
|
/drivers/staging/vt6655/ |
D | channel.c | 55 { .center_freq = 2412, .hw_value = 1 }, 56 { .center_freq = 2417, .hw_value = 2 }, 57 { .center_freq = 2422, .hw_value = 3 }, 58 { .center_freq = 2427, .hw_value = 4 }, 59 { .center_freq = 2432, .hw_value = 5 }, 60 { .center_freq = 2437, .hw_value = 6 }, 61 { .center_freq = 2442, .hw_value = 7 }, 62 { .center_freq = 2447, .hw_value = 8 }, 63 { .center_freq = 2452, .hw_value = 9 }, 64 { .center_freq = 2457, .hw_value = 10 }, [all …]
|
/drivers/net/wireless/rsi/ |
D | rsi_91x_mac80211.c | 23 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2412, 25 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2417, 27 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2422, 29 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2427, 31 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2432, 33 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2437, 35 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2442, 37 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2447, 39 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2452, 41 { .band = IEEE80211_BAND_2GHZ, .center_freq = 2457, [all …]
|
/drivers/staging/wlan-ng/ |
D | cfg80211.c | 7 { .center_freq = 2412 }, 8 { .center_freq = 2417 }, 9 { .center_freq = 2422 }, 10 { .center_freq = 2427 }, 11 { .center_freq = 2432 }, 12 { .center_freq = 2437 }, 13 { .center_freq = 2442 }, 14 { .center_freq = 2447 }, 15 { .center_freq = 2452 }, 16 { .center_freq = 2457 }, [all …]
|
/drivers/net/wireless/libertas_tf/ |
D | main.c | 39 { .center_freq = 2412, .hw_value = 1 }, 40 { .center_freq = 2417, .hw_value = 2 }, 41 { .center_freq = 2422, .hw_value = 3 }, 42 { .center_freq = 2427, .hw_value = 4 }, 43 { .center_freq = 2432, .hw_value = 5 }, 44 { .center_freq = 2437, .hw_value = 6 }, 45 { .center_freq = 2442, .hw_value = 7 }, 46 { .center_freq = 2447, .hw_value = 8 }, 47 { .center_freq = 2452, .hw_value = 9 }, 48 { .center_freq = 2457, .hw_value = 10 }, [all …]
|
/drivers/net/wireless/realtek/rtlwifi/ |
D | base.c | 64 {.center_freq = 2412, .hw_value = 1,}, 65 {.center_freq = 2417, .hw_value = 2,}, 66 {.center_freq = 2422, .hw_value = 3,}, 67 {.center_freq = 2427, .hw_value = 4,}, 68 {.center_freq = 2432, .hw_value = 5,}, 69 {.center_freq = 2437, .hw_value = 6,}, 70 {.center_freq = 2442, .hw_value = 7,}, 71 {.center_freq = 2447, .hw_value = 8,}, 72 {.center_freq = 2452, .hw_value = 9,}, 73 {.center_freq = 2457, .hw_value = 10,}, [all …]
|
D | regd.c | 149 static bool _rtl_is_radar_freq(u16 center_freq) in _rtl_is_radar_freq() argument 151 return center_freq >= 5260 && center_freq <= 5700; in _rtl_is_radar_freq() 172 if (_rtl_is_radar_freq(ch->center_freq) || in _rtl_reg_apply_beaconing_flags() 177 ch->center_freq); in _rtl_reg_apply_beaconing_flags() 239 reg_rule = freq_reg_info(wiphy, ch->center_freq); in _rtl_reg_apply_active_scan_flags() 247 reg_rule = freq_reg_info(wiphy, ch->center_freq); in _rtl_reg_apply_active_scan_flags() 272 if (!_rtl_is_radar_freq(ch->center_freq)) in _rtl_reg_apply_radar_flags()
|
/drivers/net/wireless/ath/ |
D | regd.c | 257 static bool ath_is_radar_freq(u16 center_freq, in ath_is_radar_freq() argument 262 return (center_freq >= 5500 && center_freq <= 5700); in ath_is_radar_freq() 263 return (center_freq >= 5260 && center_freq <= 5700); in ath_is_radar_freq() 271 reg_rule = freq_reg_info(wiphy, MHZ_TO_KHZ(ch->center_freq)); in ath_force_clear_no_ir_chan() 280 static void ath_force_clear_no_ir_freq(struct wiphy *wiphy, u16 center_freq) in ath_force_clear_no_ir_freq() argument 284 ch = ieee80211_get_channel(wiphy, center_freq); in ath_force_clear_no_ir_freq() 296 static void ath_force_no_ir_freq(struct wiphy *wiphy, u16 center_freq) in ath_force_no_ir_freq() argument 300 ch = ieee80211_get_channel(wiphy, center_freq); in ath_force_no_ir_freq() 313 if (ath_is_radar_freq(ch->center_freq, reg) || in __ath_reg_apply_beaconing_flags() 417 if (!ath_is_radar_freq(ch->center_freq, reg)) in ath_reg_apply_radar_flags()
|
/drivers/net/wireless/mwifiex/ |
D | cfg80211.c | 1478 {.center_freq = 2412, .hw_value = 1, }, 1479 {.center_freq = 2417, .hw_value = 2, }, 1480 {.center_freq = 2422, .hw_value = 3, }, 1481 {.center_freq = 2427, .hw_value = 4, }, 1482 {.center_freq = 2432, .hw_value = 5, }, 1483 {.center_freq = 2437, .hw_value = 6, }, 1484 {.center_freq = 2442, .hw_value = 7, }, 1485 {.center_freq = 2447, .hw_value = 8, }, 1486 {.center_freq = 2452, .hw_value = 9, }, 1487 {.center_freq = 2457, .hw_value = 10, }, [all …]
|
/drivers/net/wireless/ath/ath5k/ |
D | phy.c | 138 u16 freq = channel->center_freq; in ath5k_channel_ok() 172 if ((channel->center_freq % refclk_freq != 0) && in ath5k_hw_chan_has_spur_noise() 173 ((channel->center_freq % refclk_freq < 10) || in ath5k_hw_chan_has_spur_noise() 174 (channel->center_freq % refclk_freq > 22))) in ath5k_hw_chan_has_spur_noise() 313 coef_scaled = ((5 * (clock << 24)) / 2) / channel->center_freq; in ath5k_hw_write_ofdm_timings() 953 obdb = channel->center_freq >= 5725 ? 3 : in ath5k_hw_rfregs_init() 954 (channel->center_freq >= 5500 ? 2 : in ath5k_hw_rfregs_init() 955 (channel->center_freq >= 5260 ? 1 : in ath5k_hw_rfregs_init() 956 (channel->center_freq > 4000 ? 0 : -1))); in ath5k_hw_rfregs_init() 1189 channel->center_freq) - 24) / 2, 5) in ath5k_hw_rf5110_chan2athchan() [all …]
|
/drivers/net/wireless/zd1211rw/ |
D | zd_mac.c | 121 { .center_freq = 2412, .hw_value = 1 }, 122 { .center_freq = 2417, .hw_value = 2 }, 123 { .center_freq = 2422, .hw_value = 3 }, 124 { .center_freq = 2427, .hw_value = 4 }, 125 { .center_freq = 2432, .hw_value = 5 }, 126 { .center_freq = 2437, .hw_value = 6 }, 127 { .center_freq = 2442, .hw_value = 7 }, 128 { .center_freq = 2447, .hw_value = 8 }, 129 { .center_freq = 2452, .hw_value = 9 }, 130 { .center_freq = 2457, .hw_value = 10 }, [all …]
|
/drivers/net/wireless/ti/wlcore/ |
D | main.c | 4641 ieee80211_frequency_to_channel(ctx->def.chan->center_freq), in wlcore_op_add_chanctx() 4650 ieee80211_frequency_to_channel(ctx->def.chan->center_freq), in wlcore_op_remove_chanctx() 4662 ctx->def.chan->center_freq); in wlcore_op_change_chanctx() 4707 ctx->def.chan->center_freq); in wlcore_op_assign_vif_chanctx() 4760 ieee80211_frequency_to_channel(ctx->def.chan->center_freq), in wlcore_op_unassign_vif_chanctx() 4793 new_ctx->def.chan->center_freq); in __wlcore_switch_vif_chan() 5566 channel = ieee80211_frequency_to_channel(chan->center_freq); in wlcore_op_remain_on_channel() 5799 { .hw_value = 1, .center_freq = 2412, .max_power = WLCORE_MAX_TXPWR }, 5800 { .hw_value = 2, .center_freq = 2417, .max_power = WLCORE_MAX_TXPWR }, 5801 { .hw_value = 3, .center_freq = 2422, .max_power = WLCORE_MAX_TXPWR }, [all …]
|
/drivers/net/wireless/iwlwifi/ |
D | iwl-nvm-parse.c | 316 channel->center_freq = in iwl_init_channel_map() 791 int center_freq, prev_center_freq = 0; in iwl_parse_nvm_mcc_info() local 819 center_freq = ieee80211_channel_to_frequency(nvm_chan[ch_idx], in iwl_parse_nvm_mcc_info() 835 center_freq - prev_center_freq > 20) { in iwl_parse_nvm_mcc_info() 844 MHZ_TO_KHZ(center_freq - 10); in iwl_parse_nvm_mcc_info() 846 rule->freq_range.end_freq_khz = MHZ_TO_KHZ(center_freq + 10); in iwl_parse_nvm_mcc_info() 861 prev_center_freq = center_freq; in iwl_parse_nvm_mcc_info() 865 center_freq, in iwl_parse_nvm_mcc_info()
|
/drivers/net/wireless/ti/wl1251/ |
D | main.c | 615 conf->chandef.chan->center_freq); in wl1251_op_config() 1285 { .hw_value = 1, .center_freq = 2412}, 1286 { .hw_value = 2, .center_freq = 2417}, 1287 { .hw_value = 3, .center_freq = 2422}, 1288 { .hw_value = 4, .center_freq = 2427}, 1289 { .hw_value = 5, .center_freq = 2432}, 1290 { .hw_value = 6, .center_freq = 2437}, 1291 { .hw_value = 7, .center_freq = 2442}, 1292 { .hw_value = 8, .center_freq = 2447}, 1293 { .hw_value = 9, .center_freq = 2452}, [all …]
|
/drivers/net/wireless/ath/ar5523/ |
D | ar5523.c | 464 reset.freq = cpu_to_be32(conf->chandef.chan->center_freq); in ar5523_set_chan() 471 conf->chandef.chan->center_freq); in ar5523_set_chan() 1455 { .center_freq = 2412 }, 1456 { .center_freq = 2417 }, 1457 { .center_freq = 2422 }, 1458 { .center_freq = 2427 }, 1459 { .center_freq = 2432 }, 1460 { .center_freq = 2437 }, 1461 { .center_freq = 2442 }, 1462 { .center_freq = 2447 }, [all …]
|
/drivers/net/wireless/ |
D | adm8211.c | 62 { .center_freq = 2412}, 63 { .center_freq = 2417}, 64 { .center_freq = 2422}, 65 { .center_freq = 2427}, 66 { .center_freq = 2432}, 67 { .center_freq = 2437}, 68 { .center_freq = 2442}, 69 { .center_freq = 2447}, 70 { .center_freq = 2452}, 71 { .center_freq = 2457}, [all …]
|
D | at76c50x-usb.c | 2293 { .center_freq = 2412, .hw_value = 1 }, 2294 { .center_freq = 2417, .hw_value = 2 }, 2295 { .center_freq = 2422, .hw_value = 3 }, 2296 { .center_freq = 2427, .hw_value = 4 }, 2297 { .center_freq = 2432, .hw_value = 5 }, 2298 { .center_freq = 2437, .hw_value = 6 }, 2299 { .center_freq = 2442, .hw_value = 7 }, 2300 { .center_freq = 2447, .hw_value = 8 }, 2301 { .center_freq = 2452, .hw_value = 9 }, 2302 { .center_freq = 2457, .hw_value = 10 }, [all …]
|
D | rndis_wlan.c | 376 { .center_freq = 2412 }, 377 { .center_freq = 2417 }, 378 { .center_freq = 2422 }, 379 { .center_freq = 2427 }, 380 { .center_freq = 2432 }, 381 { .center_freq = 2437 }, 382 { .center_freq = 2442 }, 383 { .center_freq = 2447 }, 384 { .center_freq = 2452 }, 385 { .center_freq = 2457 }, [all …]
|
/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
D | dev.c | 103 { .center_freq = 2412 }, 104 { .center_freq = 2417 }, 105 { .center_freq = 2422 }, 106 { .center_freq = 2427 }, 107 { .center_freq = 2432 }, 108 { .center_freq = 2437 }, 109 { .center_freq = 2442 }, 110 { .center_freq = 2447 }, 111 { .center_freq = 2452 }, 112 { .center_freq = 2457 }, [all …]
|
/drivers/net/wireless/ath/carl9170/ |
D | phy.c | 1043 freq = channel->center_freq; in carl9170_get_hw_dyn_params() 1129 f = channel->center_freq - 2300; in carl9170_set_freq_cal_data() 1135 f = (channel->center_freq - 4800) / 5; in carl9170_set_freq_cal_data() 1625 channel->center_freq, bw); in carl9170_set_channel() 1662 carl9170_set_power_cal(ar, channel->center_freq, bw); in carl9170_set_channel() 1674 rf.freq = cpu_to_le32(channel->center_freq * 1000); in carl9170_set_channel() 1692 old_channel->center_freq : -1, channel->center_freq, in carl9170_set_channel()
|
/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
D | dev.c | 105 { .center_freq = 2412 }, 106 { .center_freq = 2417 }, 107 { .center_freq = 2422 }, 108 { .center_freq = 2427 }, 109 { .center_freq = 2432 }, 110 { .center_freq = 2437 }, 111 { .center_freq = 2442 }, 112 { .center_freq = 2447 }, 113 { .center_freq = 2452 }, 114 { .center_freq = 2457 }, [all …]
|
/drivers/net/wireless/brcm80211/brcmsmac/ |
D | channel.c | 628 static bool brcms_is_radar_freq(u16 center_freq) in brcms_is_radar_freq() argument 630 return center_freq >= 5260 && center_freq <= 5700; in brcms_is_radar_freq() 646 if (!brcms_is_radar_freq(ch->center_freq)) in brcms_reg_apply_radar_flags() 683 MHZ_TO_KHZ(ch->center_freq)); in brcms_reg_apply_beaconing_flags()
|
/drivers/net/wireless/ath/ath9k/ |
D | common-init.c | 23 .center_freq = (_freq), \ 30 .center_freq = (_freq), \
|
/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 23 .center_freq = 56160 + (2160 * (_channel)), \ 324 request->channels[i]->center_freq); in wil_cfg80211_scan() 330 request->channels[i]->center_freq); in wil_cfg80211_scan() 385 sme->channel->hw_value, sme->channel->center_freq); in wil_print_connect_params() 502 bss->channel->center_freq); in wil_cfg80211_connect() 674 wil_info(wil, "%s(%d, %d ms)\n", __func__, chan->center_freq, duration); in wil_remain_on_channel() 891 channel->center_freq, info->privacy ? "secure" : "open"); in wil_cfg80211_start_ap()
|
/drivers/net/wireless/orinoco/ |
D | cfg.c | 61 priv->channels[i].center_freq = in orinoco_wiphy_register() 181 channel = ieee80211_frequency_to_channel(chandef->chan->center_freq); in orinoco_set_monitor_channel()
|