From owner-svn-src-all@FreeBSD.ORG Thu Mar 10 11:23:43 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA774106564A; Thu, 10 Mar 2011 11:23:43 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A81ED8FC0C; Thu, 10 Mar 2011 11:23:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p2ABNha1042467; Thu, 10 Mar 2011 11:23:43 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p2ABNhxC042465; Thu, 10 Mar 2011 11:23:43 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201103101123.p2ABNhxC042465@svn.freebsd.org> From: Adrian Chadd Date: Thu, 10 Mar 2011 11:23:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219450 - head/sys/dev/ath/ath_hal/ar9002 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2011 11:23:43 -0000 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;