svn commit: r222424 - head/sys/dev/ath/ath_hal/ar9002

Adrian Chadd adrian at FreeBSD.org
Sat May 28 15:43:56 UTC 2011


Author: adrian
Date: Sat May 28 15:43:56 2011
New Revision: 222424
URL: http://svn.freebsd.org/changeset/base/222424

Log:
  Fix AR9287 operation when >1 TX chain is enabled.
  
  I didn't pick this up with the initial commit because I was only testing
  with 11bg.

Modified:
  head/sys/dev/ath/ath_hal/ar9002/ar9287_reset.c

Modified: head/sys/dev/ath/ath_hal/ar9002/ar9287_reset.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar9002/ar9287_reset.c	Sat May 28 15:14:50 2011	(r222423)
+++ head/sys/dev/ath/ath_hal/ar9002/ar9287_reset.c	Sat May 28 15:43:56 2011	(r222424)
@@ -185,6 +185,7 @@ ar9287SetPowerPerRateTable(struct ath_ha
 		break;
 	case 2:
 		scaledPower -= REDUCE_SCALED_POWER_BY_TWO_CHAIN;
+		break;
 	default:
 		return AH_FALSE; /* Unsupported number of chains */
 	}


More information about the svn-src-head mailing list