Home
last modified time | relevance | path

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

/net/wireless/
Dreg.c1670 __freq_reg_info(struct wiphy *wiphy, u32 center_freq, u32 min_bw) in __freq_reg_info() argument
1678 for (bw = MHZ_TO_KHZ(bws[i]); bw >= min_bw; bw = MHZ_TO_KHZ(bws[i--])) { in __freq_reg_info()
1690 u32 min_bw = center_freq < MHZ_TO_KHZ(1000) ? 1 : 20; in freq_reg_info() local
1692 return __freq_reg_info(wiphy, center_freq, MHZ_TO_KHZ(min_bw)); in freq_reg_info()
2560 u32 min_bw) in handle_channel_custom() argument
2568 for (bw = MHZ_TO_KHZ(20); bw >= min_bw; bw = bw / 2) { in handle_channel_custom()