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; _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"