mirror of https://github.com/hak5/openwrt.git
In wifi_fixup_hwmode the value 11bg for hwmode was not transfered to bg.
SVN-Revision: 15180lede-17.01
parent
229035bad0
commit
90fc200a60
|
@ -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;;
|
||||
|
|
Loading…
Reference in New Issue