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:
b5a2c2c
)
madwifi init: set the channel after bringing up the interface (sometimes it needs...
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 12 Apr 2007 17:34:21 +0000
(17:34 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 12 Apr 2007 17:34:21 +0000
(17:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6939
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
89ab83d
..
1dce767
100755
(executable)
--- a/
package/madwifi/files/lib/wifi/madwifi.sh
+++ b/
package/madwifi/files/lib/wifi/madwifi.sh
@@
-181,6
+181,7
@@
enable_atheros() {
fi
ifconfig "$ifname" up
+ iwconfig "$ifname" channel "$channel"
local net_cfg bridge
net_cfg="$(find_net_config "$vif")"