1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-20 07:24:36 +01:00

mac80211: set the country code through iw reg, setting it only through hostapd apparently does not work

SVN-Revision: 18665
This commit is contained in:
Felix Fietkau 2009-12-05 17:12:51 +00:00
parent af947d5c89
commit fee32f227e

@ -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
}