projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72d4a76
)
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)
SVN-Revision: 6939
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 89ab83d8fd115c2ea0d8513fef2ed0bd2c8d824b..1dce76715bc02c718a3fe0b83b2f01a29e5fd279 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")"