diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2010-08-06 11:12:36 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2010-08-06 11:12:36 +0000 |
commit | 8122c61c9d3fc95776f425a8552488b0da172bfe (patch) | |
tree | 9579179769e45ab8c513b306390a61c460b8192f /target/linux/omap35xx | |
parent | cbc8b3968cb86c9991fd0a09b2c15bd3893f8466 (diff) | |
download | mtk-20170518-8122c61c9d3fc95776f425a8552488b0da172bfe.zip mtk-20170518-8122c61c9d3fc95776f425a8552488b0da172bfe.tar.gz mtk-20170518-8122c61c9d3fc95776f425a8552488b0da172bfe.tar.bz2 |
gumstix: Update wifi default settings
SVN-Revision: 22509
Diffstat (limited to 'target/linux/omap35xx')
-rw-r--r-- | target/linux/omap35xx/gumstix/base-files/lib/wifi/mac80211.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/omap35xx/gumstix/base-files/lib/wifi/mac80211.sh b/target/linux/omap35xx/gumstix/base-files/lib/wifi/mac80211.sh index 2c1625b..7e53b62 100644 --- a/target/linux/omap35xx/gumstix/base-files/lib/wifi/mac80211.sh +++ b/target/linux/omap35xx/gumstix/base-files/lib/wifi/mac80211.sh @@ -391,7 +391,7 @@ detect_mac80211() { mode_11n="" mode_band="g" - channel="5" + channel="6" ht_cap=0 for cap in $(iw phy "$dev" info | grep 'Capabilities:' | cut -d: -f2); do ht_cap="$(($ht_cap | $cap))" @@ -418,7 +418,10 @@ config wifi-device radio$devidx option type mac80211 option channel ${channel} option macaddr $(cat /sys/class/net/wlan0/address) + option phy phy0 option hwmode 11${mode_11n}${mode_band} + option vifs radio0 + option ifname wlan0 $ht_capab # REMOVE THIS LINE TO ENABLE WIFI: option disabled 1 |