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:
51f3041
)
fix a typo
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 8 Jan 2007 16:39:40 +0000
(16:39 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 8 Jan 2007 16:39:40 +0000
(16:39 +0000)
SVN-Revision: 6039
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 5ccc52beb6d02eda7be3c34ecfc9a33df35331ef..a8fb101a6b1da2bacd1bc41a8402124ca514b942 100755
(executable)
--- a/
package/madwifi/files/lib/wifi/madwifi.sh
+++ b/
package/madwifi/files/lib/wifi/madwifi.sh
@@
-38,7
+38,7
@@
scan_atheros() {
:1:1)config_set "$device" nosbeacon 1;; # AP+STA, can't use beacon timers for STA
:1:);;
::1);;
- ::
:
);;
+ ::);;
*) echo "$device: Invalid mode combination in config"; return 1;;
esac