projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
229035b
)
In wifi_fixup_hwmode the value 11bg for hwmode was not transfered to bg.
author
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 9 Apr 2009 20:16:01 +0000
(20:16 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 9 Apr 2009 20:16:01 +0000
(20:16 +0000)
SVN-Revision: 15180
package/base-files/files/sbin/wifi
patch
|
blob
|
history
diff --git
a/package/base-files/files/sbin/wifi
b/package/base-files/files/sbin/wifi
index ec231457e998b15e1e6aec3a0b3d6f06a7812833..90aeef725de8526f49e4afc724d6490758ab4480 100755
(executable)
--- a/
package/base-files/files/sbin/wifi
+++ b/
package/base-files/files/sbin/wifi
@@
-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;;