Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dreg.c1724 int ch_bw = max_bandwidth_khz; in reg_rule_to_chan_bw_flags() local
1726 while (ch_bw) { in reg_rule_to_chan_bw_flags()
1727 edge_offset = (center_freq_khz - ch_bw / 2) - in reg_rule_to_chan_bw_flags()
1729 if (edge_offset % ch_bw == 0) { in reg_rule_to_chan_bw_flags()
1730 switch (KHZ_TO_MHZ(ch_bw)) { in reg_rule_to_chan_bw_flags()
1755 ch_bw /= 2; in reg_rule_to_chan_bw_flags()