diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2010-08-04 10:10:48 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2010-08-04 10:10:48 +0000 |
commit | 1da361418e08d736348dd5c46e1d34cfa17becbb (patch) | |
tree | 69d8f0bb17aa19690c87543568087c2d3422f78f /target/linux/omap35xx/gumstix | |
parent | bd6324190fb4784a51ae70ecd0b1e0c606213702 (diff) | |
download | upstream-1da361418e08d736348dd5c46e1d34cfa17becbb.tar.gz upstream-1da361418e08d736348dd5c46e1d34cfa17becbb.tar.bz2 upstream-1da361418e08d736348dd5c46e1d34cfa17becbb.zip |
omap35xx: Add temporary fix for marvell wlan MAC address detection
SVN-Revision: 22477
Diffstat (limited to 'target/linux/omap35xx/gumstix')
-rw-r--r-- | target/linux/omap35xx/gumstix/base-files/lib/wifi/mac80211.sh | 4 |
1 files changed, 2 insertions, 2 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 53910efcd3..2c1625ba8c 100644 --- a/target/linux/omap35xx/gumstix/base-files/lib/wifi/mac80211.sh +++ b/target/linux/omap35xx/gumstix/base-files/lib/wifi/mac80211.sh @@ -417,7 +417,7 @@ detect_mac80211() { config wifi-device radio$devidx option type mac80211 option channel ${channel} - option macaddr $(cat /sys/class/ieee80211/${dev}/macaddress) + option macaddr $(cat /sys/class/net/wlan0/address) option hwmode 11${mode_11n}${mode_band} $ht_capab # REMOVE THIS LINE TO ENABLE WIFI: @@ -426,7 +426,7 @@ $ht_capab config wifi-iface option device radio$devidx option network lan - option mode ap + option mode sta option ssid OpenWrt option encryption none |