projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] kmod-libertas needs kmod-lib80211 to load
[openwrt.git]
/
package
/
base-files
/
files
/
sbin
/
wifi
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;;
This page took
0.021804 seconds
and
4
git commands to generate.