Home
last modified time | relevance | path

Searched refs:end_freq (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dreg.c456 ath12k_reg_adjust_bw(u16 start_freq, u16 end_freq, u16 max_bw) in ath12k_reg_adjust_bw() argument
460 bw = end_freq - start_freq; in ath12k_reg_adjust_bw()
475 u32 end_freq, u32 bw, u32 ant_gain, u32 reg_pwr, in ath12k_reg_update_rule()
479 reg_rule->freq_range.end_freq_khz = MHZ_TO_KHZ(end_freq); in ath12k_reg_update_rule()
492 u32 end_freq; in ath12k_reg_update_weather_radar_band() local
513 if (reg_rule->end_freq > ETSI_WEATHER_RADAR_BAND_HIGH) in ath12k_reg_update_weather_radar_band()
514 end_freq = ETSI_WEATHER_RADAR_BAND_HIGH; in ath12k_reg_update_weather_radar_band()
516 end_freq = reg_rule->end_freq; in ath12k_reg_update_weather_radar_band()
518 bw = ath12k_reg_adjust_bw(ETSI_WEATHER_RADAR_BAND_LOW, end_freq, in ath12k_reg_update_weather_radar_band()
474 ath12k_reg_update_rule(struct ieee80211_reg_rule *reg_rule, u32 start_freq, u32 end_freq, u32 bw, u32 ant_gain, u32 reg_pwr, u32 reg_flags) ath12k_reg_update_rule() argument
[all...]
H A Dreg.h39 u16 end_freq; member
H A Dwmi.c3187 arg[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath12k_fill_band_to_mac_param()
3191 arg[i].end_freq = hal_reg_cap->high_2ghz_chan; in ath12k_fill_band_to_mac_param()
3195 arg[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath12k_fill_band_to_mac_param()
3363 band_to_mac->end_freq = in ath12k_init_cmd_send()
3364 cpu_to_le32(arg->band_to_mac[idx].end_freq); in ath12k_init_cmd_send()
4394 reg_rule_ptr[count].end_freq = in create_ext_reg_rules_from_wmi()
H A Dwmi.h2238 u32 end_freq; member
2362 __le32 end_freq; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dreg.c494 ath11k_reg_adjust_bw(u16 start_freq, u16 end_freq, u16 max_bw) in ath11k_reg_adjust_bw() argument
498 if (end_freq <= start_freq) in ath11k_reg_adjust_bw()
501 bw = end_freq - start_freq; in ath11k_reg_adjust_bw()
518 u32 end_freq, u32 bw, u32 ant_gain, u32 reg_pwr, in ath11k_reg_update_rule()
522 reg_rule->freq_range.end_freq_khz = MHZ_TO_KHZ(end_freq); in ath11k_reg_update_rule()
536 u32 end_freq; in ath11k_reg_update_weather_radar_band() local
568 end_freq = min_t(u32, reg_rule->end_freq, ETSI_WEATHER_RADAR_BAND_HIGH); in ath11k_reg_update_weather_radar_band()
570 bw = ath11k_reg_adjust_bw(start_freq, end_freq, max_bw); in ath11k_reg_update_weather_radar_band()
575 end_freq, b in ath11k_reg_update_weather_radar_band()
517 ath11k_reg_update_rule(struct ieee80211_reg_rule *reg_rule, u32 start_freq, u32 end_freq, u32 bw, u32 ant_gain, u32 reg_pwr, u32 reg_flags) ath11k_reg_update_rule() argument
[all...]
H A Dhw.c2841 {.start_freq = 2402, .end_freq = 2482 }, /* 2G ch1~ch13 */
2842 {.start_freq = 5150, .end_freq = 5250 }, /* 5G UNII-1 ch32~ch48 */
2843 {.start_freq = 5250, .end_freq = 5725 }, /* 5G UNII-2 ch50~ch144 */
2844 {.start_freq = 5725, .end_freq = 5810 }, /* 5G UNII-3 ch149~ch161 */
2845 {.start_freq = 5815, .end_freq = 5895 }, /* 5G UNII-4 ch163~ch177 */
2846 {.start_freq = 5925, .end_freq = 6165 }, /* 6G UNII-5 Ch1, Ch2 ~ Ch41 */
2847 {.start_freq = 6165, .end_freq = 6425 }, /* 6G UNII-5 ch45~ch93 */
2848 {.start_freq = 6425, .end_freq = 6525 }, /* 6G UNII-6 ch97~ch113 */
2849 {.start_freq = 6525, .end_freq = 6705 }, /* 6G UNII-7 ch117~ch149 */
2850 {.start_freq = 6705, .end_freq
[all...]
H A Dwmi.c3994 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()
3998 band_to_mac[i].end_freq = hal_reg_cap->high_2ghz_chan; in ath11k_fill_band_to_mac_param()
4002 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()
4180 band_to_mac->end_freq = in ath11k_init_cmd_send()
4181 param->band_to_mac[idx].end_freq; in ath11k_init_cmd_send()
5049 count + 1, reg_rule->start_freq, reg_rule->end_freq, in ath11k_print_reg_rule()
5073 reg_rule_ptr[count].end_freq = in create_reg_rules_from_wmi()
5222 reg_rule_ptr[count].end_freq = in create_ext_reg_rules_from_wmi()
H A Dwmi.h2217 u32 end_freq; member
2294 u32 end_freq; member
4382 u16 end_freq; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dreg.c455 ath11k_reg_adjust_bw(u16 start_freq, u16 end_freq, u16 max_bw) in ath11k_reg_adjust_bw() argument
459 if (end_freq <= start_freq) in ath11k_reg_adjust_bw()
462 bw = end_freq - start_freq; in ath11k_reg_adjust_bw()
479 u32 end_freq, u32 bw, u32 ant_gain, u32 reg_pwr, in ath11k_reg_update_rule()
483 reg_rule->freq_range.end_freq_khz = MHZ_TO_KHZ(end_freq); in ath11k_reg_update_rule()
497 u32 end_freq; in ath11k_reg_update_weather_radar_band() local
529 end_freq = min_t(u32, reg_rule->end_freq, ETSI_WEATHER_RADAR_BAND_HIGH); in ath11k_reg_update_weather_radar_band()
531 bw = ath11k_reg_adjust_bw(start_freq, end_freq, max_bw); in ath11k_reg_update_weather_radar_band()
536 end_freq, b in ath11k_reg_update_weather_radar_band()
478 ath11k_reg_update_rule(struct ieee80211_reg_rule *reg_rule, u32 start_freq, u32 end_freq, u32 bw, u32 ant_gain, u32 reg_pwr, u32 reg_flags) ath11k_reg_update_rule() argument
[all...]
H A Dwmi.h2109 u32 end_freq; member
2186 u32 end_freq; member
3967 u16 end_freq; member
H A Dwmi.c3054 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()
3058 band_to_mac[i].end_freq = hal_reg_cap->high_2ghz_chan; in ath11k_fill_band_to_mac_param()
3062 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()
3233 band_to_mac->end_freq = in ath11k_init_cmd_send()
3234 param->band_to_mac[idx].end_freq; in ath11k_init_cmd_send()
4059 reg_rule_ptr[count].end_freq = in create_reg_rules_from_wmi()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dsar.c59 [RTW_SAR_BAND_0] = { .start_freq = 2412, .end_freq = 2484, },
60 [RTW_SAR_BAND_1] = { .start_freq = 5180, .end_freq = 5320, },
61 [RTW_SAR_BAND_3] = { .start_freq = 5500, .end_freq = 5720, },
62 [RTW_SAR_BAND_4] = { .start_freq = 5745, .end_freq = 5825, },
96 rtw_common_sar_freq_ranges[idx].end_freq, in rtw_set_sar_specs()
/kernel/linux/linux-5.10/net/wireless/
H A Dchan.c456 u32 end_freq; in cfg80211_get_end_freq() local
460 end_freq = center_freq; in cfg80211_get_end_freq()
462 end_freq = center_freq + bandwidth / 2 - MHZ_TO_KHZ(10); in cfg80211_get_end_freq()
464 return end_freq; in cfg80211_get_end_freq()
472 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_required() local
475 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_required()
477 for (freq = start_freq; freq <= end_freq; freq += MHZ_TO_KHZ(20)) { in cfg80211_get_chans_dfs_required()
551 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_usable() local
555 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_usable()
563 for (freq = start_freq; freq <= end_freq; fre in cfg80211_get_chans_dfs_usable()
741 u32 freq, start_freq, end_freq; cfg80211_get_chans_dfs_available() local
813 u32 start_freq, end_freq, freq; cfg80211_get_chans_dfs_cac_time() local
870 u32 freq, start_freq, end_freq; cfg80211_secondary_chans_ok() local
[all...]
H A Dreg.c1163 u32 start_freq, end_freq, idx, no; in reg_get_max_bandwidth_from_range() local
1187 /* get end_freq */ in reg_get_max_bandwidth_from_range()
1201 end_freq = freq_range->end_freq_khz; in reg_get_max_bandwidth_from_range()
1203 return end_freq - start_freq; in reg_get_max_bandwidth_from_range()
3621 pr_debug(" (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)\n"); in print_rd_rules()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dsar.c295 { .start_freq = 2412, .end_freq = 2484, },
296 { .start_freq = 5180, .end_freq = 5320, },
297 { .start_freq = 5500, .end_freq = 5720, },
298 { .start_freq = 5745, .end_freq = 5825, },
299 { .start_freq = 5955, .end_freq = 6155, },
300 { .start_freq = 6175, .end_freq = 6415, },
301 { .start_freq = 6435, .end_freq = 6515, },
302 { .start_freq = 6535, .end_freq = 6695, },
303 { .start_freq = 6715, .end_freq = 6875, },
304 { .start_freq = 6875, .end_freq
[all...]
/kernel/linux/linux-6.6/net/wireless/
H A Dchan.c506 u32 end_freq; in cfg80211_get_end_freq() local
510 end_freq = center_freq; in cfg80211_get_end_freq()
512 end_freq = center_freq + bandwidth / 2 - MHZ_TO_KHZ(10); in cfg80211_get_end_freq()
514 return end_freq; in cfg80211_get_end_freq()
522 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_required() local
525 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_required()
527 for (freq = start_freq; freq <= end_freq; freq += MHZ_TO_KHZ(20)) { in cfg80211_get_chans_dfs_required()
601 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_usable() local
605 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_usable()
613 for (freq = start_freq; freq <= end_freq; fre in cfg80211_get_chans_dfs_usable()
845 u32 freq, start_freq, end_freq; cfg80211_get_chans_dfs_available() local
917 u32 start_freq, end_freq, freq; cfg80211_get_chans_dfs_cac_time() local
974 u32 freq, start_freq, end_freq; cfg80211_secondary_chans_ok() local
[all...]
H A Dreg.c1165 u32 start_freq, end_freq, idx, no; in reg_get_max_bandwidth_from_range() local
1189 /* get end_freq */ in reg_get_max_bandwidth_from_range()
1203 end_freq = freq_range->end_freq_khz; in reg_get_max_bandwidth_from_range()
1205 return end_freq - start_freq; in reg_get_max_bandwidth_from_range()
3698 pr_debug(" (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)\n"); in print_rd_rules()
H A Dnl80211.c2341 rdev->wiphy.sar_capa->freq_ranges[i].end_freq)) in nl80211_put_sar_specs()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c177 { .start_freq = 2402, .end_freq = 2494, },
178 { .start_freq = 5150, .end_freq = 5350, },
179 { .start_freq = 5350, .end_freq = 5470, },
180 { .start_freq = 5470, .end_freq = 5725, },
181 { .start_freq = 5725, .end_freq = 5950, },
182 { .start_freq = 5945, .end_freq = 6165, },
183 { .start_freq = 6165, .end_freq = 6405, },
184 { .start_freq = 6405, .end_freq = 6525, },
185 { .start_freq = 6525, .end_freq = 6705, },
186 { .start_freq = 6705, .end_freq
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dibss.c1370 u32 start_freq, end_freq, freq; in ibss_setup_channels() local
1374 end_freq = center_freq; in ibss_setup_channels()
1377 end_freq = center_freq + width / 2 - 10; in ibss_setup_channels()
1380 for (freq = start_freq; freq <= end_freq; freq += 20) { in ibss_setup_channels()
/kernel/linux/linux-6.6/net/mac80211/
H A Dibss.c1364 u32 start_freq, end_freq, freq; in ibss_setup_channels() local
1368 end_freq = center_freq; in ibss_setup_channels()
1371 end_freq = center_freq + width / 2 - 10; in ibss_setup_channels()
1374 for (freq = start_freq; freq <= end_freq; freq += 20) { in ibss_setup_channels()
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h2052 * @end_freq: end range edge frequency
2056 u32 end_freq; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dmac.c85 {.start_freq = 2402, .end_freq = 2494 },
86 {.start_freq = 5170, .end_freq = 5875 },

Completed in 153 milliseconds