Home
last modified time | relevance | path

Searched refs:max_bandwidth_khz (Results 1 – 2 of 2) sorted by relevance

/net/wireless/
Dreg.c967 rrule->freq_range.max_bandwidth_khz = be32_to_cpu(rule->max_bw); in regdb_query_country()
1232 freq_range->max_bandwidth_khz > freq_diff) in is_valid_reg_rule()
1351 max_bandwidth1 = freq_range1->max_bandwidth_khz; in reg_rules_intersect()
1352 max_bandwidth2 = freq_range2->max_bandwidth_khz; in reg_rules_intersect()
1359 freq_range->max_bandwidth_khz = min(max_bandwidth1, max_bandwidth2); in reg_rules_intersect()
1378 if (freq_range->max_bandwidth_khz > freq_diff) in reg_rules_intersect()
1379 freq_range->max_bandwidth_khz = freq_diff; in reg_rules_intersect()
1438 if (r1->freq_range.max_bandwidth_khz < in rule_contains()
1439 r2->freq_range.max_bandwidth_khz) in rule_contains()
1659 u32 max_bandwidth_khz, bw_flags = 0; in reg_rule_to_chan_bw_flags() local
[all …]
Dnl80211.c6951 unsigned int max_bandwidth_khz; in nl80211_put_regdom() local
6961 max_bandwidth_khz = freq_range->max_bandwidth_khz; in nl80211_put_regdom()
6962 if (!max_bandwidth_khz) in nl80211_put_regdom()
6963 max_bandwidth_khz = reg_get_max_bandwidth(regdom, in nl80211_put_regdom()
6973 max_bandwidth_khz) || in nl80211_put_regdom()
7172 freq_range->max_bandwidth_khz = in parse_reg_rule()