mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-16 18:57:31 +02:00
[wifi] In wifi_fixup_hwmode the value 11bg for hwmode was not transfered to bg.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15180 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c31e54429a
commit
8f53d03355
@ -42,6 +42,7 @@ wifi_fixup_hwmode() {
|
|||||||
config_get channel "$device" channel
|
config_get channel "$device" channel
|
||||||
config_get hwmode "$device" hwmode
|
config_get hwmode "$device" hwmode
|
||||||
case "$hwmode" in
|
case "$hwmode" in
|
||||||
|
11bg) hwmode=bg;;
|
||||||
11a) hwmode=a;;
|
11a) hwmode=a;;
|
||||||
11b) hwmode=b;;
|
11b) hwmode=b;;
|
||||||
11g) hwmode=g;;
|
11g) hwmode=g;;
|
||||||
|
Loading…
Reference in New Issue
Block a user