Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2011 11:23:43 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r219450 - head/sys/dev/ath/ath_hal/ar9002
Message-ID:  <201103101123.p2ABNhxC042465@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103101123.p2ABNhxC042465>