Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_build_chan_list.c339 struct cur_reg_rule *reg_rule_start, in reg_update_max_bw_per_rule() argument
346 reg_rule_start[count].max_bw = in reg_update_max_bw_per_rule()
347 min(reg_rule_start[count].max_bw, max_bw); in reg_update_max_bw_per_rule()
348 if (reg_rule_start[count].max_bw > *country_max_allowed_bw) in reg_update_max_bw_per_rule()
349 *country_max_allowed_bw = reg_rule_start[count].max_bw; in reg_update_max_bw_per_rule()