Commit 68798a62 authored by Luis R. Rodriguez's avatar Luis R. Rodriguez Committed by John W. Linville

cfg80211: enable active-scan / beaconing on Ch 1-11 for world regdom

This enables active scan and beaconing on Channels 1 through 11
on the static world regulatory domain.
Signed-off-by: default avatarLuis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 69b1572b
...@@ -76,9 +76,8 @@ static const struct ieee80211_regdomain world_regdom = { ...@@ -76,9 +76,8 @@ static const struct ieee80211_regdomain world_regdom = {
.n_reg_rules = 1, .n_reg_rules = 1,
.alpha2 = "00", .alpha2 = "00",
.reg_rules = { .reg_rules = {
REG_RULE(2412-10, 2462+10, 40, 6, 20, /* IEEE 802.11b/g, channels 1..11 */
NL80211_RRF_PASSIVE_SCAN | REG_RULE(2412-10, 2462+10, 40, 6, 20, 0),
NL80211_RRF_NO_IBSS),
} }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment