projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e85262
)
fix a small typo
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 24 Mar 2007 00:43:05 +0000
(
00:43
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 24 Mar 2007 00:43:05 +0000
(
00:43
+0000)
SVN-Revision: 6654
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 8b4751ef73dcf3992f2e8ef31c767fb7cfb76c54..720f3af87c2137b83ff629055b6ab8eadaab787d 100755
(executable)
--- a/
package/madwifi/files/lib/wifi/madwifi.sh
+++ b/
package/madwifi/files/lib/wifi/madwifi.sh
@@
-231,7
+231,7
@@
EOF
detect_atheros() {
cd /proc/sys/dev
[ -d ath ] || return
- for dev in $(ls wifi* 2>&-); do
+ for dev in $(ls
-d
wifi* 2>&-); do
config_get type "$dev" type
[ "$type" = atheros ] && return
cat <<EOF