Home
last modified time | relevance | path

Searched refs:end_freq (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/contrib/dev/rtw89/
H A Dsar.c239 { .start_freq = 2412, .end_freq = 2484, },
240 { .start_freq = 5180, .end_freq = 5320, },
241 { .start_freq = 5500, .end_freq = 5720, },
242 { .start_freq = 5745, .end_freq = 5825, },
243 { .start_freq = 5955, .end_freq = 6155, },
244 { .start_freq = 6175, .end_freq = 6415, },
245 { .start_freq = 6435, .end_freq = 6515, },
246 { .start_freq = 6535, .end_freq = 6695, },
247 { .start_freq = 6715, .end_freq = 6875, },
248 { .start_freq = 6875, .end_freq = 7115, },
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dreg.c473 bw = end_freq - start_freq;
505 u32 end_freq;
526 if (reg_rule->end_freq > ETSI_WEATHER_RADAR_BAND_HIGH)
527 end_freq = ETSI_WEATHER_RADAR_BAND_HIGH;
529 end_freq = reg_rule->end_freq;
537 ETSI_WEATHER_RADAR_BAND_LOW, end_freq, bw,
545 i + 1, ETSI_WEATHER_RADAR_BAND_LOW, end_freq,
550 if (end_freq == reg_rule->end_freq) {
557 reg_rule->end_freq, max_bw);
562 reg_rule->end_freq, bw,
[all …]
H A Dreg.h39 u16 end_freq; member
H A Dwmi.c3345 arg[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath12k_fill_band_to_mac_param()
3349 arg[i].end_freq = hal_reg_cap->high_2ghz_chan; in ath12k_fill_band_to_mac_param()
3353 arg[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath12k_fill_band_to_mac_param()
3549 band_to_mac->end_freq = in ath12k_init_cmd_send()
3550 cpu_to_le32(arg->band_to_mac[idx].end_freq); in ath12k_init_cmd_send()
4586 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
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dreg.c511 if (end_freq <= start_freq) in ath11k_reg_adjust_bw()
514 bw = end_freq - start_freq; in ath11k_reg_adjust_bw()
549 u32 end_freq; in ath11k_reg_update_weather_radar_band() local
581 end_freq = min_t(u32, reg_rule->end_freq, ETSI_WEATHER_RADAR_BAND_HIGH); in ath11k_reg_update_weather_radar_band()
588 end_freq, bw, reg_rule->ant_gain, in ath11k_reg_update_weather_radar_band()
595 i + 1, start_freq, end_freq, bw, in ath11k_reg_update_weather_radar_band()
602 reg_rule->end_freq, max_bw); in ath11k_reg_update_weather_radar_band()
608 reg_rule->end_freq, bw, in ath11k_reg_update_weather_radar_band()
615 reg_rule->end_freq, bw, reg_rule->ant_gain, in ath11k_reg_update_weather_radar_band()
704 reg_rule->end_freq, max_bw, in ath11k_reg_build_regd()
[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 = 6875 }, /* 6G UNII-7 ch153~ch185 */
[all …]
H A Dwmi.c4202 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()
4206 band_to_mac[i].end_freq = hal_reg_cap->high_2ghz_chan; in ath11k_fill_band_to_mac_param()
4210 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()
4414 band_to_mac->end_freq = in ath11k_init_cmd_send()
4415 param->band_to_mac[idx].end_freq; in ath11k_init_cmd_send()
5319 count + 1, reg_rule->start_freq, reg_rule->end_freq, in ath11k_print_reg_rule()
5347 reg_rule_ptr[count].end_freq = in create_reg_rules_from_wmi()
5508 reg_rule_ptr[count].end_freq = in create_ext_reg_rules_from_wmi()
H A Dwmi.h2220 u32 end_freq; member
2297 u32 end_freq; member
4385 u16 end_freq; member
/freebsd/sys/contrib/dev/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()
/freebsd/contrib/wpa/src/common/
H A Dqca-vendor-attr.h20 u32 end_freq; member
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmac80211.c186 { .start_freq = 2402, .end_freq = 2494, },
187 { .start_freq = 5150, .end_freq = 5350, },
188 { .start_freq = 5350, .end_freq = 5470, },
189 { .start_freq = 5470, .end_freq = 5725, },
190 { .start_freq = 5725, .end_freq = 5950, },
191 { .start_freq = 5945, .end_freq = 6165, },
192 { .start_freq = 6165, .end_freq = 6405, },
193 { .start_freq = 6405, .end_freq = 6525, },
194 { .start_freq = 6525, .end_freq = 6705, },
195 { .start_freq = 6705, .end_freq = 6865, },
[all …]
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h342 uint32_t end_freq; member
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c1903 range[idx].max = freq_range->range[i].end_freq; in qca_nl80211_avoid_freq()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c87 {.start_freq = 2402, .end_freq = 2494 },
88 {.start_freq = 5170, .end_freq = 5875 },