Home
last modified time | relevance | path

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

/net/wireless/
Dreg.c1746 int ch_bw = max_bandwidth_khz; in reg_rule_to_chan_bw_flags() local
1748 while (ch_bw) { in reg_rule_to_chan_bw_flags()
1749 edge_offset = (center_freq_khz - ch_bw / 2) - in reg_rule_to_chan_bw_flags()
1751 if (edge_offset % ch_bw == 0) { in reg_rule_to_chan_bw_flags()
1752 switch (KHZ_TO_MHZ(ch_bw)) { in reg_rule_to_chan_bw_flags()
1777 ch_bw /= 2; in reg_rule_to_chan_bw_flags()