Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/realtek/rtw89/
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 …]
/Linux-v6.1/drivers/net/wireless/ath/ath11k/
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() argument
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, bw, reg_rule->ant_gain, in ath11k_reg_update_weather_radar_band()
582 i + 1, start_freq, end_freq, bw, in ath11k_reg_update_weather_radar_band()
[all …]
Dhw.c2456 {.start_freq = 2402, .end_freq = 2482 }, /* 2G ch1~ch13 */
2457 {.start_freq = 5150, .end_freq = 5250 }, /* 5G UNII-1 ch32~ch48 */
2458 {.start_freq = 5250, .end_freq = 5725 }, /* 5G UNII-2 ch50~ch144 */
2459 {.start_freq = 5725, .end_freq = 5810 }, /* 5G UNII-3 ch149~ch161 */
2460 {.start_freq = 5815, .end_freq = 5895 }, /* 5G UNII-4 ch163~ch177 */
2461 {.start_freq = 5925, .end_freq = 6165 }, /* 6G UNII-5 Ch1, Ch2 ~ Ch41 */
2462 {.start_freq = 6165, .end_freq = 6425 }, /* 6G UNII-5 ch45~ch93 */
2463 {.start_freq = 6425, .end_freq = 6525 }, /* 6G UNII-6 ch97~ch113 */
2464 {.start_freq = 6525, .end_freq = 6705 }, /* 6G UNII-7 ch117~ch149 */
2465 {.start_freq = 6705, .end_freq = 6875 }, /* 6G UNII-7 ch153~ch185 */
[all …]
Dwmi.h2198 u32 end_freq; member
2275 u32 end_freq; member
4106 u16 end_freq; member
Dwmi.c3891 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()
3895 band_to_mac[i].end_freq = hal_reg_cap->high_2ghz_chan; in ath11k_fill_band_to_mac_param()
3899 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()
4070 band_to_mac->end_freq = in ath11k_init_cmd_send()
4071 param->band_to_mac[idx].end_freq; in ath11k_init_cmd_send()
4927 reg_rule_ptr[count].end_freq = in create_reg_rules_from_wmi()
/Linux-v6.1/drivers/net/wireless/realtek/rtw88/
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()
/Linux-v6.1/net/wireless/
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; freq += MHZ_TO_KHZ(20)) { in cfg80211_get_chans_dfs_usable()
[all …]
Dreg.c1203 u32 start_freq, end_freq, idx, no; in reg_get_max_bandwidth_from_range() local
1241 end_freq = freq_range->end_freq_khz; in reg_get_max_bandwidth_from_range()
1243 return end_freq - start_freq; in reg_get_max_bandwidth_from_range()
Dnl80211.c2314 rdev->wiphy.sar_capa->freq_ranges[i].end_freq)) in nl80211_put_sar_specs()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/
Dmac80211.c176 { .start_freq = 2402, .end_freq = 2494, },
177 { .start_freq = 5150, .end_freq = 5350, },
178 { .start_freq = 5350, .end_freq = 5470, },
179 { .start_freq = 5470, .end_freq = 5725, },
180 { .start_freq = 5725, .end_freq = 5950, },
181 { .start_freq = 5945, .end_freq = 6165, },
182 { .start_freq = 6165, .end_freq = 6405, },
183 { .start_freq = 6405, .end_freq = 6525, },
184 { .start_freq = 6525, .end_freq = 6705, },
185 { .start_freq = 6705, .end_freq = 6865, },
[all …]
/Linux-v6.1/net/mac80211/
Dibss.c1360 u32 start_freq, end_freq, freq; in ibss_setup_channels() local
1364 end_freq = center_freq; in ibss_setup_channels()
1367 end_freq = center_freq + width / 2 - 10; in ibss_setup_channels()
1370 for (freq = start_freq; freq <= end_freq; freq += 20) { in ibss_setup_channels()
/Linux-v6.1/include/net/
Dcfg80211.h1976 u32 end_freq; member
/Linux-v6.1/drivers/net/wireless/ath/ath10k/
Dmac.c85 {.start_freq = 2402, .end_freq = 2494 },
86 {.start_freq = 5170, .end_freq = 5875 },