fix polarity

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13031 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Travis Kemen 2008-10-23 01:49:19 +00:00
parent 4e7201312e
commit 3c8d67166e
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ enable_atheros() {
if [ -n "$antgpio" ]; then
softled=0
config_get polarity "$device" polarity
case "$antenna" in
case "$polarity" in
horizontal) antdiv=0; antrx=1; anttx=1 ;;
vertical) antdiv=0; antrx=2; anttx=2 ;;
auto) antdiv=1; antrx=0; anttx=0 ;;