1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-28 21:43:14 +03: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:
hauke 2009-04-09 20:16:01 +00:00
parent c31e54429a
commit 8f53d03355

View File

@ -42,6 +42,7 @@ wifi_fixup_hwmode() {
config_get channel "$device" channel
config_get hwmode "$device" hwmode
case "$hwmode" in
11bg) hwmode=bg;;
11a) hwmode=a;;
11b) hwmode=b;;
11g) hwmode=g;;