All: Disable 802.11b wifi

The new ODFM modulation is much better and the old one isn't really
used these days.

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
This commit is contained in:
Tim Niemeyer 2013-04-01 13:46:29 +02:00
parent 2b608df9ba
commit dcee86e97c
6 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,7 @@ config 'wifi-device' 'wifi0'
option 'channel' '6'
option 'bgscan' '0'
option 'diversity' '1'
option 'hwmode' '11g'
config 'wifi-iface'
option 'device' 'wifi0'

View File

@ -3,6 +3,7 @@ config 'wifi-device' 'wifi0'
option 'phy' 'phy0'
option 'disabled' '0'
option 'channel' '6'
option 'hwmode' '11g'
config 'wifi-iface'
option 'device' 'wifi0'

View File

@ -3,6 +3,7 @@ config 'wifi-device' 'wifi0'
option 'phy' 'phy0'
option 'disabled' '0'
option 'channel' '6'
option 'hwmode' '11g'
config 'wifi-iface'
option 'device' 'wifi0'

View File

@ -2,6 +2,7 @@ config wifi-device radio0
option type mac80211
option channel 6
option phy phy0
option hwmode 11ng
config wifi-iface
option device radio0

View File

@ -2,6 +2,7 @@ config wifi-device radio0
option type mac80211
option channel 6
option phy phy0
option hwmode 11ng
config wifi-iface
option device radio0

View File

@ -2,6 +2,7 @@ config wifi-device radio0
option type mac80211
option channel 6
option phy phy0
option hwmode 11ng
config wifi-iface
option device radio0