Searched refs:bw_flags (Results 1 – 1 of 1) sorted by relevance
1659 u32 max_bandwidth_khz, bw_flags = 0; in reg_rule_to_chan_bw_flags() local1672 bw_flags |= IEEE80211_CHAN_NO_10MHZ; in reg_rule_to_chan_bw_flags()1676 bw_flags |= IEEE80211_CHAN_NO_20MHZ; in reg_rule_to_chan_bw_flags()1679 bw_flags |= IEEE80211_CHAN_NO_10MHZ; in reg_rule_to_chan_bw_flags()1681 bw_flags |= IEEE80211_CHAN_NO_20MHZ; in reg_rule_to_chan_bw_flags()1683 bw_flags |= IEEE80211_CHAN_NO_HT40; in reg_rule_to_chan_bw_flags()1685 bw_flags |= IEEE80211_CHAN_NO_80MHZ; in reg_rule_to_chan_bw_flags()1687 bw_flags |= IEEE80211_CHAN_NO_160MHZ; in reg_rule_to_chan_bw_flags()1688 return bw_flags; in reg_rule_to_chan_bw_flags()1700 u32 flags, bw_flags = 0; in handle_channel() local[all …]