Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −3
Original line number Original line Diff line number Diff line
@@ -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),
	}
	}
};
};