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

[ Available lists | Index of svn-src-head | Month of Mar 2011 | Week of 10 Mar 2011 | Raw email | View thread | Wrap long lines | Reply ]
From
Adrian Chadd <adrian@FreeBSD.org>
Date
10 Mar 2011 11:23:43
Subject
svn commit: r219450 - head/sys/dev/ath/ath_hal/ar9002
Message-ID
201103101123.p2ABNhxC042465@svn.freebsd.org


[ Hide this part ]
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;

Elapsed time: 0.070 seconds