Lines Matching refs:bw_flags
1659 u32 max_bandwidth_khz, bw_flags = 0; in reg_rule_to_chan_bw_flags() local
1672 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
1745 bw_flags = reg_rule_to_chan_bw_flags(regd, reg_rule, chan); in handle_channel()
1756 map_regdom_flags(reg_rule->flags) | bw_flags; in handle_channel()
1775 chan->flags = flags | bw_flags | map_regdom_flags(reg_rule->flags); in handle_channel()
2266 u32 bw_flags = 0; in handle_channel_custom() local
2291 bw_flags = reg_rule_to_chan_bw_flags(regd, reg_rule, chan); in handle_channel_custom()
2299 chan->flags = chan->orig_flags | bw_flags | in handle_channel_custom()
2302 chan->flags |= map_regdom_flags(reg_rule->flags) | bw_flags; in handle_channel_custom()