wifi: change the default channel from 5 to 11, 5 was a really bad choice
[openwrt.git] / package / mac80211 / files / lib / wifi / mac80211.sh
index f022e26..a00cdee 100644 (file)
@@ -404,7 +404,7 @@ detect_mac80211() {
 
                mode_11n=""
                mode_band="g"
-               channel="5"
+               channel="11"
                ht_cap=0
                for cap in $(iw phy "$dev" info | grep 'Capabilities:' | cut -d: -f2); do
                        ht_cap="$(($ht_cap | $cap))"