Home
last modified time | relevance | path

Searched refs:center_freq (Results 1 – 25 of 184) sorted by relevance

12345678

/linux/drivers/staging/vt6656/
A Dchannel.c42 { .center_freq = 2412, .hw_value = 1 },
43 { .center_freq = 2417, .hw_value = 2 },
44 { .center_freq = 2422, .hw_value = 3 },
45 { .center_freq = 2427, .hw_value = 4 },
46 { .center_freq = 2432, .hw_value = 5 },
47 { .center_freq = 2437, .hw_value = 6 },
48 { .center_freq = 2442, .hw_value = 7 },
49 { .center_freq = 2447, .hw_value = 8 },
50 { .center_freq = 2452, .hw_value = 9 },
51 { .center_freq = 2457, .hw_value = 10 },
[all …]
/linux/drivers/staging/vt6655/
A Dchannel.c29 { .center_freq = 2412, .hw_value = 1 },
30 { .center_freq = 2417, .hw_value = 2 },
31 { .center_freq = 2422, .hw_value = 3 },
32 { .center_freq = 2427, .hw_value = 4 },
33 { .center_freq = 2432, .hw_value = 5 },
34 { .center_freq = 2437, .hw_value = 6 },
35 { .center_freq = 2442, .hw_value = 7 },
36 { .center_freq = 2447, .hw_value = 8 },
37 { .center_freq = 2452, .hw_value = 9 },
38 { .center_freq = 2457, .hw_value = 10 },
[all …]
/linux/net/wireless/
A Dchan.c434 u32 control = c->chan->center_freq; in cfg80211_chandef_primary()
633 start_freq = center_freq; in cfg80211_get_start_freq()
647 end_freq = center_freq; in cfg80211_get_end_freq()
728 u32 center_freq, in cfg80211_get_chans_dfs_required() argument
810 u32 center_freq, in cfg80211_get_chans_dfs_usable() argument
898 if (chandef->chan->center_freq == chan->center_freq) in cfg80211_is_sub_chan()
910 if (chan->center_freq == freq) in cfg80211_is_sub_chan()
919 if (chan->center_freq == freq) in cfg80211_is_sub_chan()
1055 u32 center_freq, in cfg80211_get_chans_dfs_available() argument
1127 u32 center_freq, in cfg80211_get_chans_dfs_cac_time() argument
[all …]
A Dof.c33 MHZ_TO_KHZ(chan->center_freq), in wiphy_freq_limits_valid_chan()
67 chan->center_freq); in wiphy_freq_limits_apply()
/linux/drivers/net/wireless/realtek/rtw89/
A Dsar.c16 u32 center_freq) in rtw89_sar_get_subband() argument
18 switch (center_freq) { in rtw89_sar_get_subband()
22 center_freq); in rtw89_sar_get_subband()
61 #define RTW89_SAR_6GHZ_SPAN_IDX(center_freq) \ argument
62 ((((int)(center_freq) - RTW89_SAR_6GHZ_SPAN_HEAD) / 5) / 2)
65 [RTW89_SAR_6GHZ_SPAN_IDX(center_freq)] = { \
89 u32 center_freq, s32 *cfg) in rtw89_query_sar_config_common() argument
96 if (center_freq >= RTW89_SAR_6GHZ_SPAN_HEAD) { in rtw89_query_sar_config_common()
97 idx = RTW89_SAR_6GHZ_SPAN_IDX(center_freq); in rtw89_query_sar_config_common()
111 subband_l = rtw89_sar_get_subband(rtwdev, center_freq); in rtw89_query_sar_config_common()
[all …]
A Dsar.h16 int (*query_sar_config)(struct rtw89_dev *rtwdev, u32 center_freq, s32 *cfg);
21 s8 rtw89_query_sar(struct rtw89_dev *rtwdev, u32 center_freq);
22 void rtw89_print_sar(struct seq_file *m, struct rtw89_dev *rtwdev, u32 center_freq);
/linux/drivers/net/wireless/realtek/rtw88/
A Dmain.c46 {.center_freq = 2412, .hw_value = 1,},
47 {.center_freq = 2417, .hw_value = 2,},
48 {.center_freq = 2422, .hw_value = 3,},
49 {.center_freq = 2427, .hw_value = 4,},
50 {.center_freq = 2432, .hw_value = 5,},
51 {.center_freq = 2437, .hw_value = 6,},
52 {.center_freq = 2442, .hw_value = 7,},
725 u32 center_freq, primary_freq; in rtw_update_channel() local
744 if (primary_freq > center_freq) in rtw_update_channel()
806 u32 primary_freq, center_freq; in rtw_get_channel_params() local
[all …]
/linux/drivers/net/wireless/rsi/
A Drsi_91x_mac80211.c25 { .band = NL80211_BAND_2GHZ, .center_freq = 2412,
27 { .band = NL80211_BAND_2GHZ, .center_freq = 2417,
29 { .band = NL80211_BAND_2GHZ, .center_freq = 2422,
31 { .band = NL80211_BAND_2GHZ, .center_freq = 2427,
33 { .band = NL80211_BAND_2GHZ, .center_freq = 2432,
35 { .band = NL80211_BAND_2GHZ, .center_freq = 2437,
37 { .band = NL80211_BAND_2GHZ, .center_freq = 2442,
39 { .band = NL80211_BAND_2GHZ, .center_freq = 2447,
41 { .band = NL80211_BAND_2GHZ, .center_freq = 2452,
43 { .band = NL80211_BAND_2GHZ, .center_freq = 2457,
[all …]
/linux/drivers/net/wireless/marvell/libertas_tf/
A Dmain.c27 { .center_freq = 2412, .hw_value = 1 },
28 { .center_freq = 2417, .hw_value = 2 },
29 { .center_freq = 2422, .hw_value = 3 },
30 { .center_freq = 2427, .hw_value = 4 },
31 { .center_freq = 2432, .hw_value = 5 },
32 { .center_freq = 2437, .hw_value = 6 },
33 { .center_freq = 2442, .hw_value = 7 },
34 { .center_freq = 2447, .hw_value = 8 },
35 { .center_freq = 2452, .hw_value = 9 },
36 { .center_freq = 2457, .hw_value = 10 },
[all …]
/linux/drivers/net/wireless/ath/
A Dregd.c257 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()
418 if (!ath_is_radar_freq(ch->center_freq, reg)) in ath_reg_apply_radar_flags()
/linux/drivers/net/wireless/realtek/rtlwifi/
A Dregd.c126 static bool _rtl_is_radar_freq(u16 center_freq) in _rtl_is_radar_freq() argument
128 return center_freq >= 5260 && center_freq <= 5700; in _rtl_is_radar_freq()
149 if (_rtl_is_radar_freq(ch->center_freq) || in _rtl_reg_apply_beaconing_flags()
154 ch->center_freq); in _rtl_reg_apply_beaconing_flags()
216 reg_rule = freq_reg_info(wiphy, ch->center_freq); in _rtl_reg_apply_active_scan_flags()
224 reg_rule = freq_reg_info(wiphy, ch->center_freq); in _rtl_reg_apply_active_scan_flags()
249 if (!_rtl_is_radar_freq(ch->center_freq)) in _rtl_reg_apply_radar_flags()
A Dbase.c42 {.center_freq = 2412, .hw_value = 1,},
43 {.center_freq = 2417, .hw_value = 2,},
44 {.center_freq = 2422, .hw_value = 3,},
45 {.center_freq = 2427, .hw_value = 4,},
46 {.center_freq = 2432, .hw_value = 5,},
47 {.center_freq = 2437, .hw_value = 6,},
48 {.center_freq = 2442, .hw_value = 7,},
49 {.center_freq = 2447, .hw_value = 8,},
50 {.center_freq = 2452, .hw_value = 9,},
51 {.center_freq = 2457, .hw_value = 10,},
[all …]
/linux/net/mac80211/
A Dwbrf.c28 static void get_chan_freq_boundary(u32 center_freq, u32 bandwidth, u64 *start, u64 *end) in get_chan_freq_boundary() argument
31 center_freq *= KHZ_PER_MHZ; in get_chan_freq_boundary()
33 *start = center_freq - bandwidth / 2; in get_chan_freq_boundary()
34 *end = center_freq + bandwidth / 2; in get_chan_freq_boundary()
/linux/drivers/net/wireless/purelifi/plfxlc/
A Dmac.c63 { .center_freq = 2412, .hw_value = 1 },
64 { .center_freq = 2417, .hw_value = 2 },
65 { .center_freq = 2422, .hw_value = 3 },
66 { .center_freq = 2427, .hw_value = 4 },
67 { .center_freq = 2432, .hw_value = 5 },
68 { .center_freq = 2437, .hw_value = 6 },
69 { .center_freq = 2442, .hw_value = 7 },
70 { .center_freq = 2447, .hw_value = 8 },
71 { .center_freq = 2452, .hw_value = 9 },
72 { .center_freq = 2457, .hw_value = 10 },
[all …]
/linux/net/wireless/tests/
A Dchan.c14 .center_freq = 5955,
19 .center_freq = 5975,
24 .center_freq = 6475,
/linux/drivers/net/wireless/ath/ath5k/
A Dphy.c139 u16 freq = channel->center_freq; in ath5k_channel_ok()
1321 c = channel->center_freq; in ath5k_hw_rf5112_channel()
1395 c = channel->center_freq; in ath5k_hw_rf2425_channel()
1445 channel->center_freq); in ath5k_hw_channel()
1750 channel->center_freq); in ath5k_hw_rf5110_calibrate()
1862 channel->center_freq); in ath5k_hw_phy_calibrate()
2586 u32 target = channel->center_freq; in ath5k_get_chan_pcal_surrounding_piers()
2674 u32 target = channel->center_freq; in ath5k_get_rate_pcal_data()
2773 u32 target = channel->center_freq; in ath5k_get_max_ctl_power()
3639 (channel->center_freq != curr_channel->center_freq)) { in ath5k_hw_txpower()
[all …]
/linux/drivers/net/wireless/zydas/zd1211rw/
A Dzd_mac.c109 { .center_freq = 2412, .hw_value = 1 },
110 { .center_freq = 2417, .hw_value = 2 },
111 { .center_freq = 2422, .hw_value = 3 },
112 { .center_freq = 2427, .hw_value = 4 },
113 { .center_freq = 2432, .hw_value = 5 },
114 { .center_freq = 2437, .hw_value = 6 },
115 { .center_freq = 2442, .hw_value = 7 },
116 { .center_freq = 2447, .hw_value = 8 },
117 { .center_freq = 2452, .hw_value = 9 },
118 { .center_freq = 2457, .hw_value = 10 },
[all …]
/linux/drivers/net/wireless/marvell/mwifiex/
A Dcfg80211.c1664 {.center_freq = 2412, .hw_value = 1, },
1665 {.center_freq = 2417, .hw_value = 2, },
1666 {.center_freq = 2422, .hw_value = 3, },
1667 {.center_freq = 2427, .hw_value = 4, },
1668 {.center_freq = 2432, .hw_value = 5, },
1669 {.center_freq = 2437, .hw_value = 6, },
1670 {.center_freq = 2442, .hw_value = 7, },
1671 {.center_freq = 2447, .hw_value = 8, },
1672 {.center_freq = 2452, .hw_value = 9, },
1688 {.center_freq = 5040, .hw_value = 8, },
[all …]
/linux/drivers/net/wireless/ti/wl1251/
A Dmain.c599 conf->chandef.chan->center_freq); in wl1251_op_config()
1269 { .hw_value = 1, .center_freq = 2412},
1270 { .hw_value = 2, .center_freq = 2417},
1271 { .hw_value = 3, .center_freq = 2422},
1272 { .hw_value = 4, .center_freq = 2427},
1273 { .hw_value = 5, .center_freq = 2432},
1274 { .hw_value = 6, .center_freq = 2437},
1275 { .hw_value = 7, .center_freq = 2442},
1276 { .hw_value = 8, .center_freq = 2447},
1277 { .hw_value = 9, .center_freq = 2452},
[all …]
/linux/net/mac80211/tests/
A Dtpe.c14 .center_freq = 5955,
19 .center_freq = 6115,
24 .center_freq = 6255,
/linux/drivers/net/wireless/ti/wlcore/
A Dmain.c4725 ieee80211_frequency_to_channel(ctx->def.chan->center_freq), in wlcore_op_add_chanctx()
4734 ieee80211_frequency_to_channel(ctx->def.chan->center_freq), in wlcore_op_remove_chanctx()
4746 ctx->def.chan->center_freq); in wlcore_op_change_chanctx()
4793 ctx->def.chan->center_freq); in wlcore_op_assign_vif_chanctx()
4848 ieee80211_frequency_to_channel(ctx->def.chan->center_freq), in wlcore_op_unassign_vif_chanctx()
4882 new_ctx->def.chan->center_freq); in __wlcore_switch_vif_chan()
5669 channel = ieee80211_frequency_to_channel(chan->center_freq); in wlcore_op_remain_on_channel()
5919 { .hw_value = 1, .center_freq = 2412, .max_power = WLCORE_MAX_TXPWR },
5920 { .hw_value = 2, .center_freq = 2417, .max_power = WLCORE_MAX_TXPWR },
5921 { .hw_value = 3, .center_freq = 2422, .max_power = WLCORE_MAX_TXPWR },
[all …]
/linux/drivers/net/wireless/admtek/
A Dadm8211.c57 { .center_freq = 2412},
58 { .center_freq = 2417},
59 { .center_freq = 2422},
60 { .center_freq = 2427},
61 { .center_freq = 2432},
62 { .center_freq = 2437},
63 { .center_freq = 2442},
64 { .center_freq = 2447},
65 { .center_freq = 2452},
66 { .center_freq = 2457},
[all …]
/linux/drivers/net/wireless/ath/ar5523/
A Dar5523.c1461 { .center_freq = 2412 },
1462 { .center_freq = 2417 },
1463 { .center_freq = 2422 },
1464 { .center_freq = 2427 },
1465 { .center_freq = 2432 },
1466 { .center_freq = 2437 },
1467 { .center_freq = 2442 },
1468 { .center_freq = 2447 },
1469 { .center_freq = 2452 },
1470 { .center_freq = 2457 },
[all …]
/linux/drivers/net/wireless/quantenna/qtnfmac/
A Dqlink_util.c121 chan = ieee80211_get_channel(wiphy, le16_to_cpu(qch->chan.center_freq)); in qlink_chandef_q2cfg()
137 qch->chan.center_freq = cpu_to_le16(chan->center_freq); in qlink_chandef_cfg2q()
/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/
A Ddev.c100 { .center_freq = 2412 },
101 { .center_freq = 2417 },
102 { .center_freq = 2422 },
103 { .center_freq = 2427 },
104 { .center_freq = 2432 },
105 { .center_freq = 2437 },
106 { .center_freq = 2442 },
107 { .center_freq = 2447 },
108 { .center_freq = 2452 },
109 { .center_freq = 2457 },
[all …]

Completed in 91 milliseconds

12345678