diff options
| -rw-r--r-- | package/mac80211/files/lib/wifi/mac80211.sh | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/package/mac80211/files/lib/wifi/mac80211.sh b/package/mac80211/files/lib/wifi/mac80211.sh index f5c94a9ea..efceebbe4 100644 --- a/package/mac80211/files/lib/wifi/mac80211.sh +++ b/package/mac80211/files/lib/wifi/mac80211.sh @@ -76,11 +76,13 @@ enable_mac80211() {  	config_get channel "$device" channel  	config_get vifs "$device" vifs  	config_get txpower "$device" txpower +	config_get country "$device" country  	find_mac80211_phy "$device" || return 0  	config_get phy "$device" phy  	local i=0  	fixed="" +	[ -n "$country" ] && iw reg set "$country"  	[ "$channel" = "auto" -o "$channel" = "0" ] || {  		fixed=1  	}  | 
