Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dreg.c1679 static uint32_t reg_rule_to_chan_bw_flags(const struct ieee80211_regdomain *regd, in reg_rule_to_chan_bw_flags()
1776 bw_flags = reg_rule_to_chan_bw_flags(regd, reg_rule, chan); in handle_channel_single_rule()
1854 bw_flags1 = reg_rule_to_chan_bw_flags(regd, rrule1, chan); in handle_channel_adjacent_rules()
1855 bw_flags2 = reg_rule_to_chan_bw_flags(regd, rrule2, chan); in handle_channel_adjacent_rules()
1899 /* reg_rule_to_chan_bw_flags may forbids 10 and forbids 20 MHz in handle_channel_adjacent_rules()
2557 bw_flags = reg_rule_to_chan_bw_flags(regd, reg_rule, chan); in handle_channel_custom()
1678 static uint32_t reg_rule_to_chan_bw_flags(const struct ieee80211_regdomain *regd, reg_rule_to_chan_bw_flags() function