mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-16 01:40:26 +00:00
omap35xx: Add temporary fix for marvell wlan MAC address detection
SVN-Revision: 22477
This commit is contained in:
parent
bd6324190f
commit
1da361418e
@ -417,7 +417,7 @@ detect_mac80211() {
|
|||||||
config wifi-device radio$devidx
|
config wifi-device radio$devidx
|
||||||
option type mac80211
|
option type mac80211
|
||||||
option channel ${channel}
|
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}
|
option hwmode 11${mode_11n}${mode_band}
|
||||||
$ht_capab
|
$ht_capab
|
||||||
# REMOVE THIS LINE TO ENABLE WIFI:
|
# REMOVE THIS LINE TO ENABLE WIFI:
|
||||||
@ -426,7 +426,7 @@ $ht_capab
|
|||||||
config wifi-iface
|
config wifi-iface
|
||||||
option device radio$devidx
|
option device radio$devidx
|
||||||
option network lan
|
option network lan
|
||||||
option mode ap
|
option mode sta
|
||||||
option ssid OpenWrt
|
option ssid OpenWrt
|
||||||
option encryption none
|
option encryption none
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user