madwifi: fix uninitialized variable
[openwrt.git] / package / madwifi / files / lib / wifi / madwifi.sh
index 2fe8664..a3cf4d7 100755 (executable)
@@ -75,8 +75,7 @@ enable_atheros() {
        [ -z "$country" ] && country="0"
        echo "$country" > /proc/sys/dev/$device/countrycode
 
-       config_get outdoor "$device" outdoor
-       [ -z "$outdoor" ] && outdoor="0"
+       config_get_bool outdoor "$device" outdoor "0"
        echo "$outdoor" > /proc/sys/dev/$device/outdoor
 
        config_get channel "$device" channel
This page took 0.02351 seconds and 4 git commands to generate.