gumstix: Update wifi default settings
SVN-Revision: 22509
This commit is contained in:
parent
cbc8b3968c
commit
8122c61c9d
1 changed files with 4 additions and 1 deletions
|
@ -391,7 +391,7 @@ detect_mac80211() {
|
||||||
|
|
||||||
mode_11n=""
|
mode_11n=""
|
||||||
mode_band="g"
|
mode_band="g"
|
||||||
channel="5"
|
channel="6"
|
||||||
ht_cap=0
|
ht_cap=0
|
||||||
for cap in $(iw phy "$dev" info | grep 'Capabilities:' | cut -d: -f2); do
|
for cap in $(iw phy "$dev" info | grep 'Capabilities:' | cut -d: -f2); do
|
||||||
ht_cap="$(($ht_cap | $cap))"
|
ht_cap="$(($ht_cap | $cap))"
|
||||||
|
@ -418,7 +418,10 @@ config wifi-device radio$devidx
|
||||||
option type mac80211
|
option type mac80211
|
||||||
option channel ${channel}
|
option channel ${channel}
|
||||||
option macaddr $(cat /sys/class/net/wlan0/address)
|
option macaddr $(cat /sys/class/net/wlan0/address)
|
||||||
|
option phy phy0
|
||||||
option hwmode 11${mode_11n}${mode_band}
|
option hwmode 11${mode_11n}${mode_band}
|
||||||
|
option vifs radio0
|
||||||
|
option ifname wlan0
|
||||||
$ht_capab
|
$ht_capab
|
||||||
# REMOVE THIS LINE TO ENABLE WIFI:
|
# REMOVE THIS LINE TO ENABLE WIFI:
|
||||||
option disabled 1
|
option disabled 1
|
||||||
|
|
Loading…
Reference in a new issue