Searched refs:start_freq (Results 1 - 21 of 21) sorted by relevance

/linux-master/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, },
95 rtw_common_sar_freq_ranges[idx].start_freq,
/linux-master/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
[all...]
/linux-master/net/wireless/
H A Dchan.c91 u32 idx, i, start_freq, primary_center = chandef->chan->center_freq; local
96 start_freq = chandef->center_freq1 - 40;
100 start_freq = chandef->center_freq1 - 80;
104 start_freq = chandef->center_freq1 - 160;
114 if (chandef->punctured & (u16)BIT((primary_center - start_freq) / 20))
591 u32 start_freq; local
595 start_freq = center_freq;
597 start_freq = center_freq - bandwidth / 2 + MHZ_TO_KHZ(10);
599 return start_freq;
695 u32 freq, start_freq, end_fre local
776 u32 freq, start_freq, end_freq; local
1021 u32 freq, start_freq, end_freq; local
1093 u32 start_freq, end_freq, freq; local
1151 u32 freq, start_freq, end_freq; local
[all...]
H A Dreg.c1167 u32 start_freq, end_freq, idx, no; local
1176 /* get start_freq */
1189 start_freq = freq_range->start_freq_khz;
1207 return end_freq - start_freq;
3723 pr_debug(" (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)\n");
H A Dnl80211.c2347 rdev->wiphy.sar_capa->freq_ranges[i].start_freq))
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dreg.c510 ath11k_reg_adjust_bw(u16 start_freq, u16 end_freq, u16 max_bw) argument
514 if (end_freq <= start_freq)
517 bw = end_freq - start_freq;
533 ath11k_reg_update_rule(struct ieee80211_reg_rule *reg_rule, u32 start_freq, argument
537 reg_rule->freq_range.start_freq_khz = MHZ_TO_KHZ(start_freq);
552 u32 start_freq; local
563 bw = ath11k_reg_adjust_bw(reg_rule->start_freq,
569 reg_rule->start_freq,
576 i + 1, reg_rule->start_freq,
583 start_freq
[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
[all...]
H A Dmac.c7535 u16 *start_freq,
7544 * channel number 1's center frequency is 5955, it is parameter start_freq.
7552 *center_freq = *start_freq + i * step_freq;
7558 u16 *start_freq,
7578 *center_freq = ath11k_mac_get_seg_freq(def, *start_freq, i);
7602 u16 start_freq, center_freq; local
7605 start_freq = ath11k_mac_get_6ghz_start_frequency(&ctx->def);
7624 &start_freq,
7638 &start_freq,
7662 &start_freq,
7533 ath11k_mac_get_psd_channel(struct ath11k *ar, u16 step_freq, u16 *start_freq, u16 *center_freq, u8 i, struct ieee80211_channel **temp_chan, s8 *tx_power) argument
7557 ath11k_mac_get_eirp_power(struct ath11k *ar, u16 *start_freq, u16 *center_freq, u8 i, struct ieee80211_channel **temp_chan, struct cfg80211_chan_def *def, s8 *tx_power) argument
[all...]
H A Dwmi.c4056 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan;
4060 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan;
4064 band_to_mac[i].start_freq = hal_reg_cap->low_5ghz_chan;
4241 band_to_mac->start_freq =
4242 param->band_to_mac[idx].start_freq;
5122 count + 1, reg_rule->start_freq, reg_rule->end_freq,
5143 reg_rule_ptr[count].start_freq =
5292 reg_rule_ptr[count].start_freq =
5326 u32 count, start_freq; local
5329 start_freq
[all...]
H A Dwmi.h2238 u32 start_freq; member in struct:wmi_host_pdev_band_to_mac
2315 u32 start_freq; member in struct:wmi_pdev_band_to_mac
4403 u16 start_freq; member in struct:cur_reg_rule
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dreg.c471 ath12k_reg_adjust_bw(u16 start_freq, u16 end_freq, u16 max_bw) argument
475 bw = end_freq - start_freq;
489 ath12k_reg_update_rule(struct ieee80211_reg_rule *reg_rule, u32 start_freq, argument
493 reg_rule->freq_range.start_freq_khz = MHZ_TO_KHZ(start_freq);
513 bw = ath12k_reg_adjust_bw(reg_rule->start_freq,
516 ath12k_reg_update_rule(regd->reg_rules + i, reg_rule->start_freq,
523 i + 1, reg_rule->start_freq, ETSI_WEATHER_RADAR_BAND_LOW,
659 reg_rule->start_freq,
672 reg_rule->start_freq < ETSI_WEATHER_RADAR_BAND_HIGH)){
681 i + 1, reg_rule->start_freq, reg_rul
[all...]
H A Dreg.h38 u16 start_freq; member in struct:ath12k_reg_rule
H A Dwmi.c3252 arg[i].start_freq = hal_reg_cap->low_2ghz_chan;
3256 arg[i].start_freq = hal_reg_cap->low_2ghz_chan;
3260 arg[i].start_freq = hal_reg_cap->low_5ghz_chan;
3430 band_to_mac->start_freq =
3431 cpu_to_le32(arg->band_to_mac[idx].start_freq);
4479 reg_rule_ptr[count].start_freq =
H A Dwmi.h2243 u32 start_freq; member in struct:ath12k_wmi_pdev_band_arg
2368 __le32 start_freq; member in struct:ath12k_wmi_pdev_band_to_mac_params
/linux-master/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
[all...]
H A Dmt792x_acpi_sar.c280 if (range->start_freq >= 5945)
282 else if (range->start_freq >= 5150)
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A D11h.c144 cr_req->chan_desc.start_freq = cpu_to_le16(MWIFIEX_A_BAND_START_FREQ);
H A Dfw.h1442 __le16 start_freq; member in struct:mwifiex_chan_desc
/linux-master/net/mac80211/
H A Dibss.c1333 u32 start_freq, end_freq, freq; local
1336 start_freq = center_freq;
1339 start_freq = center_freq - width / 2 + 10;
1343 for (freq = start_freq; freq <= end_freq; freq += 20) {
/linux-master/include/net/
H A Dcfg80211.h2202 * @start_freq: start range edge frequency
2206 u32 start_freq; member in struct:cfg80211_sar_freq_ranges
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dmac.c86 {.start_freq = 2402, .end_freq = 2494 },
87 {.start_freq = 5170, .end_freq = 5875 },

Completed in 488 milliseconds