| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | reg.c | 158 KHZ_TO_MHZ(ar->freq_range.start_freq) || in ath12k_reg_update_chan_list() 195 KHZ_TO_MHZ(ar->freq_range.start_freq) || in ath12k_reg_update_chan_list() 307 ar->freq_range.start_freq = 0; 316 freq_low = max(reg_cap->low_2ghz_chan, ab->reg_freq_2ghz.start_freq); 328 freq_low = max(reg_cap->low_5ghz_chan, ab->reg_freq_5ghz.start_freq); 335 freq_low = max(reg_cap->low_5ghz_chan, ab->reg_freq_6ghz.start_freq); 522 ath12k_reg_adjust_bw(u16 start_freq, u16 end_freq, u16 max_bw) 526 bw = end_freq - start_freq; 540 ath12k_reg_update_rule(struct ieee80211_reg_rule *reg_rule, u32 start_freq, 544 reg_rule->freq_range.start_freq_khz = MHZ_TO_KHZ(start_freq); [all …]
|
| H A D | reg.h | 43 u16 start_freq; member
|
| H A D | mac.c | 888 if (channel->center_freq >= KHZ_TO_MHZ(ar->freq_range.start_freq) && in ath12k_mac_get_ar_by_chan() 5121 center_freq >= KHZ_TO_MHZ(ar->freq_range.start_freq) && in ath12k_mac_select_scan_device() 11737 u16 *start_freq, in ath12k_mac_get_psd_channel() argument 11754 *center_freq = *start_freq + i * step_freq; in ath12k_mac_get_psd_channel() 11760 u16 *start_freq, in ath12k_mac_get_eirp_power() argument 11780 *center_freq = ath12k_mac_get_seg_freq(def, *start_freq, i); in ath12k_mac_get_eirp_power() 11803 u16 start_freq, center_freq; in ath12k_mac_fill_reg_tpc_info() local 11807 start_freq = ath12k_mac_get_6ghz_start_frequency(&ctx->def); in ath12k_mac_fill_reg_tpc_info() 11826 &start_freq, in ath12k_mac_fill_reg_tpc_info() 11840 &start_freq, in ath12k_mac_fill_reg_tpc_info() [all …]
|
| H A D | core.h | 874 u32 start_freq; member
|
| H A D | wmi.c | 4139 arg[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath12k_fill_band_to_mac_param() 4143 arg[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath12k_fill_band_to_mac_param() 4147 arg[i].start_freq = hal_reg_cap->low_5ghz_chan; in ath12k_fill_band_to_mac_param() 4353 band_to_mac->start_freq = in ath12k_init_cmd_send() 4354 cpu_to_le32(arg->band_to_mac[idx].start_freq); in ath12k_init_cmd_send() 5955 reg_rule_ptr[count].start_freq = in create_ext_reg_rules_from_wmi() 5988 u32 count, start_freq; in ath12k_wmi_ignore_num_extra_rules() local 5991 start_freq = le32_get_bits(rule[count].freq_info, REG_RULE_START_FREQ); in ath12k_wmi_ignore_num_extra_rules() 5993 if (start_freq >= ATH12K_MIN_6GHZ_FREQ) in ath12k_wmi_ignore_num_extra_rules()
|
| H A D | wmi.h | 2373 u32 start_freq; member 2507 __le32 start_freq; member
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | sar.c | 59 [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, }, 99 rtw_common_sar_freq_ranges[idx].start_freq, in rtw_set_sar_specs()
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | reg.c | 512 ath11k_reg_adjust_bw(u16 start_freq, u16 end_freq, u16 max_bw) in ath11k_reg_adjust_bw() argument 516 if (end_freq <= start_freq) in ath11k_reg_adjust_bw() 519 bw = end_freq - start_freq; in ath11k_reg_adjust_bw() 535 ath11k_reg_update_rule(struct ieee80211_reg_rule *reg_rule, u32 start_freq, in ath11k_reg_update_rule() argument 539 reg_rule->freq_range.start_freq_khz = MHZ_TO_KHZ(start_freq); in ath11k_reg_update_rule() 554 u32 start_freq; in ath11k_reg_update_weather_radar_band() local 565 bw = ath11k_reg_adjust_bw(reg_rule->start_freq, in ath11k_reg_update_weather_radar_band() 571 reg_rule->start_freq, in ath11k_reg_update_weather_radar_band() 578 i + 1, reg_rule->start_freq, in ath11k_reg_update_weather_radar_band() 585 start_freq = max_t(u32, reg_rule->start_freq, in ath11k_reg_update_weather_radar_band() [all …]
|
| H A D | hw.c | 2858 {.start_freq = 2402, .end_freq = 2482 }, /* 2G ch1~ch13 */ 2859 {.start_freq = 5150, .end_freq = 5250 }, /* 5G UNII-1 ch32~ch48 */ 2860 {.start_freq = 5250, .end_freq = 5725 }, /* 5G UNII-2 ch50~ch144 */ 2861 {.start_freq = 5725, .end_freq = 5810 }, /* 5G UNII-3 ch149~ch161 */ 2862 {.start_freq = 5815, .end_freq = 5895 }, /* 5G UNII-4 ch163~ch177 */ 2863 {.start_freq = 5925, .end_freq = 6165 }, /* 6G UNII-5 Ch1, Ch2 ~ Ch41 */ 2864 {.start_freq = 6165, .end_freq = 6425 }, /* 6G UNII-5 ch45~ch93 */ 2865 {.start_freq = 6425, .end_freq = 6525 }, /* 6G UNII-6 ch97~ch113 */ 2866 {.start_freq = 6525, .end_freq = 6705 }, /* 6G UNII-7 ch117~ch149 */ 2867 {.start_freq = 6705, .end_freq = 6875 }, /* 6G UNII-7 ch153~ch185 */ [all …]
|
| H A D | mac.c | 8084 u16 *start_freq, in ath11k_mac_get_psd_channel() argument 8101 *center_freq = *start_freq + i * step_freq; in ath11k_mac_get_psd_channel() 8107 u16 *start_freq, in ath11k_mac_get_eirp_power() argument 8127 *center_freq = ath11k_mac_get_seg_freq(def, *start_freq, i); in ath11k_mac_get_eirp_power() 8151 u16 start_freq, center_freq; in ath11k_mac_fill_reg_tpc_info() local 8154 start_freq = ath11k_mac_get_6ghz_start_frequency(&ctx->def); in ath11k_mac_fill_reg_tpc_info() 8174 &start_freq, in ath11k_mac_fill_reg_tpc_info() 8188 &start_freq, in ath11k_mac_fill_reg_tpc_info() 8212 &start_freq, in ath11k_mac_fill_reg_tpc_info() 8223 &start_freq, in ath11k_mac_fill_reg_tpc_info() [all …]
|
| H A D | wmi.c | 4371 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath11k_fill_band_to_mac_param() 4375 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath11k_fill_band_to_mac_param() 4379 band_to_mac[i].start_freq = hal_reg_cap->low_5ghz_chan; in ath11k_fill_band_to_mac_param() 4582 band_to_mac->start_freq = in ath11k_init_cmd_send() 4583 param->band_to_mac[idx].start_freq; in ath11k_init_cmd_send() 5498 count + 1, reg_rule->start_freq, reg_rule->end_freq, in ath11k_print_reg_rule() 5522 reg_rule_ptr[count].start_freq = in create_reg_rules_from_wmi() 5683 reg_rule_ptr[count].start_freq = in create_ext_reg_rules_from_wmi() 5717 u32 count, start_freq; in ath11k_invalid_5ghz_reg_ext_rules_from_wmi() local 5720 start_freq = u32_get_bits(rule[count].freq_info, in ath11k_invalid_5ghz_reg_ext_rules_from_wmi() [all …]
|
| H A D | wmi.h | 2244 u32 start_freq; member 2321 u32 start_freq; member 4490 u16 start_freq; member
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | sar.c | 397 { .start_freq = 2412, .end_freq = 2484, }, 398 { .start_freq = 5180, .end_freq = 5320, }, 399 { .start_freq = 5500, .end_freq = 5720, }, 400 { .start_freq = 5745, .end_freq = 5885, }, 401 { .start_freq = 5955, .end_freq = 6155, }, 402 { .start_freq = 6175, .end_freq = 6415, }, 403 { .start_freq = 6435, .end_freq = 6515, }, 404 { .start_freq = 6535, .end_freq = 6695, }, 405 { .start_freq = 6715, .end_freq = 6875, }, 406 { .start_freq = 6875, .end_freq = 7115, }, [all …]
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | qca-vendor-attr.h | 19 u32 start_freq; member
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mac80211.c | 185 { .start_freq = 2402, .end_freq = 2494, }, 186 { .start_freq = 5150, .end_freq = 5350, }, 187 { .start_freq = 5350, .end_freq = 5470, }, 188 { .start_freq = 5470, .end_freq = 5725, }, 189 { .start_freq = 5725, .end_freq = 5950, }, 190 { .start_freq = 5945, .end_freq = 6165, }, 191 { .start_freq = 6165, .end_freq = 6405, }, 192 { .start_freq = 6405, .end_freq = 6525, }, 193 { .start_freq = 6525, .end_freq = 6705, }, 194 { .start_freq = 6705, .end_freq = 6865, }, [all …]
|
| H A D | mt792x_acpi_sar.c | 311 if (range->start_freq >= 5945) in mt792x_asar_range_pwr() 313 else if (range->start_freq >= 5150) in mt792x_asar_range_pwr()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | init.c | 426 freq->start_freq = 2400000; in mt7996_init_wiphy_band() 442 freq->start_freq = 5000000; in mt7996_init_wiphy_band() 445 freq->start_freq = 5900000; in mt7996_init_wiphy_band()
|
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | cfg80211.h | 433 uint32_t start_freq; member 1124 uint32_t start_freq; member
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | ctrl_iface.c | 2460 u32 start_freq; in hostapd_ctrl_check_freq_params() local 2635 start_freq = params->center_freq1 - (params->bandwidth / 2); in hostapd_ctrl_check_freq_params() 2637 (params->freq - start_freq) / 20, in hostapd_ctrl_check_freq_params()
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211_event.c | 2595 range[idx].min = freq_range->range[i].start_freq; in qca_nl80211_avoid_freq()
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | mac.c | 89 {.start_freq = 2402, .end_freq = 2494 }, 90 {.start_freq = 5170, .end_freq = 5875 },
|