Searched refs:max_bandwidth_khz (Results 1 – 8 of 8) sorted by relevance
184 u32 max_bandwidth_khz; member238 .freq_range.max_bandwidth_khz = MHZ_TO_KHZ(bw), \
1478 if (r1->freq_range.max_bandwidth_khz < in rule_contains()1479 r2->freq_range.max_bandwidth_khz) in rule_contains()1710 max_bandwidth_khz = freq_range->max_bandwidth_khz; in reg_rule_to_chan_bw_flags()1732 int ch_bw = max_bandwidth_khz; in reg_rule_to_chan_bw_flags()1766 if (max_bandwidth_khz < MHZ_TO_KHZ(10)) in reg_rule_to_chan_bw_flags()1768 if (max_bandwidth_khz < MHZ_TO_KHZ(20)) in reg_rule_to_chan_bw_flags()1770 if (max_bandwidth_khz < MHZ_TO_KHZ(40)) in reg_rule_to_chan_bw_flags()1772 if (max_bandwidth_khz < MHZ_TO_KHZ(80)) in reg_rule_to_chan_bw_flags()2001 comb_range.max_bandwidth_khz = in handle_channel()3693 freq_range->max_bandwidth_khz, in print_rd_rules()[all …]
7897 unsigned int max_bandwidth_khz; in nl80211_put_regdom() local7907 max_bandwidth_khz = freq_range->max_bandwidth_khz; in nl80211_put_regdom()7908 if (!max_bandwidth_khz) in nl80211_put_regdom()7909 max_bandwidth_khz = reg_get_max_bandwidth(regdom, in nl80211_put_regdom()7919 max_bandwidth_khz) || in nl80211_put_regdom()8124 freq_range->max_bandwidth_khz = in parse_reg_rule()
364 max_bw = min_t(u32, rule1->freq_range.max_bandwidth_khz, in ath11k_reg_intersect_rules()365 rule2->freq_range.max_bandwidth_khz); in ath11k_reg_intersect_rules()366 new_rule->freq_range.max_bandwidth_khz = min_t(u32, max_bw, freq_diff); in ath11k_reg_intersect_rules()479 reg_rule->freq_range.max_bandwidth_khz = MHZ_TO_KHZ(bw); in ath11k_reg_update_rule()
297 rule->freq_range.max_bandwidth_khz = in qlink_utils_regrule_q2nl()298 le32_to_cpu(tlv->max_bandwidth_khz); in qlink_utils_regrule_q2nl()
1573 __le32 max_bandwidth_khz; member
1387 rule->freq_range.max_bandwidth_khz = 0; in iwl_parse_nvm_mcc_info()1415 rule->freq_range.max_bandwidth_khz = MHZ_TO_KHZ(1); in iwl_parse_nvm_mcc_info()
1104 rule->freq_range.max_bandwidth_khz = bw; in mwifiex_create_custom_regdomain()
Completed in 52 milliseconds