summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorHamish Guthrie <hcg@openwrt.org>2010-08-04 10:10:48 +0000
committerHamish Guthrie <hcg@openwrt.org>2010-08-04 10:10:48 +0000
commit1da361418e08d736348dd5c46e1d34cfa17becbb (patch)
tree69d8f0bb17aa19690c87543568087c2d3422f78f /target
parentbd6324190fb4784a51ae70ecd0b1e0c606213702 (diff)
downloadmaster-31e0f0ae-1da361418e08d736348dd5c46e1d34cfa17becbb.tar.gz
master-31e0f0ae-1da361418e08d736348dd5c46e1d34cfa17becbb.tar.bz2
master-31e0f0ae-1da361418e08d736348dd5c46e1d34cfa17becbb.zip
omap35xx: Add temporary fix for marvell wlan MAC address detection
SVN-Revision: 22477
Diffstat (limited to 'target')
-rw-r--r--target/linux/omap35xx/gumstix/base-files/lib/wifi/mac80211.sh4
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