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:
31eef0c
)
disable radar detection by default until it is fixed
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Feb 2008 22:25:29 +0000
(22:25 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Feb 2008 22:25:29 +0000
(22:25 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10401
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/madwifi/files/lib/wifi/madwifi.sh
patch
|
blob
|
history
diff --git
a/package/madwifi/files/lib/wifi/madwifi.sh
b/package/madwifi/files/lib/wifi/madwifi.sh
index
5a25edd
..
400cb77
100755
(executable)
--- a/
package/madwifi/files/lib/wifi/madwifi.sh
+++ b/
package/madwifi/files/lib/wifi/madwifi.sh
@@
-212,6
+212,9
@@
enable_atheros() {
config_get_bool turbo "$vif" turbo
[ -n "$turbo" ] && iwpriv "$ifname" turbo "$turbo"
+ config_get_bool doth "$vif" doth 0
+ [ -n "$doth" ] && iwpriv "$ifname" doth "$doth"
+
config_get maclist "$vif" maclist
[ -n "$maclist" ] && {
# flush MAC list