projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7786ef6
)
[wifi] In wifi_fixup_hwmode the value 11bg for hwmode was not transfered to bg.
author
Hauke Mehrtens
<hauke@openwrt.org>
Thu, 9 Apr 2009 20:16:01 +0000
(20:16 +0000)
committer
Hauke Mehrtens
<hauke@openwrt.org>
Thu, 9 Apr 2009 20:16:01 +0000
(20:16 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15180
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
ec23145
..
90aeef7
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;;