svn commit: r219450 - head/sys/dev/ath/ath_hal/ar9002
Adrian Chadd
adrian at FreeBSD.org
Thu Mar 10 11:23:43 UTC 2011
Author: adrian
Date: Thu Mar 10 11:23:43 2011
New Revision: 219450
URL: http://svn.freebsd.org/changeset/base/219450
Log:
Kite is a 1x1 stream device.
Modified:
head/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
Modified: head/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c Thu Mar 10 08:24:33 2011 (r219449)
+++ head/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c Thu Mar 10 11:23:43 2011 (r219450)
@@ -360,8 +360,8 @@ ar9285FillCapabilityInfo(struct ath_hal
pCap->halWowMatchPatternDword = AH_TRUE;
#endif
/* AR9285 has 2 antennas but is a 1x1 stream device */
- pCap->halTxStreams = 2;
- pCap->halRxStreams = 2;
+ pCap->halTxStreams = 1;
+ pCap->halRxStreams = 1;
pCap->halCSTSupport = AH_TRUE;
pCap->halRifsRxSupport = AH_TRUE;
More information about the svn-src-all
mailing list