projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aaaf0e
)
remove polarity from config file generation
author
Travis Kemen
<thepeople@openwrt.org>
Thu, 23 Oct 2008 04:06:30 +0000
(
04:06
+0000)
committer
Travis Kemen
<thepeople@openwrt.org>
Thu, 23 Oct 2008 04:06:30 +0000
(
04:06
+0000)
SVN-Revision: 13034
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 0da4ededf48f446910a67bd91357c0ac0298754e..b6ba465626e848682d310fd0a3704531eea11fd1 100755
(executable)
--- a/
package/madwifi/files/lib/wifi/madwifi.sh
+++ b/
package/madwifi/files/lib/wifi/madwifi.sh
@@
-341,8
+341,7
@@
detect_atheros() {
NanoStation*)
EXTRA_DEV="
# Ubiquiti NanoStation features
- option antenna internal
- option polarity auto # (auto|horizontal|vertical)
+ option antenna auto # (auto|horizontal|vertical|external)
"
;;
esac