Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Aug 2012 04:09:54 +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: r239802 - head/sys/dev/ath/ath_hal
Message-ID:  <201208290409.q7T49s4V080006@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Wed Aug 29 04:09:54 2012
New Revision: 239802
URL: http://svn.freebsd.org/changeset/base/239802

Log:
  Add a new capability bit - whether the hardware supports AR9285 style
  combined diversity.

Modified:
  head/sys/dev/ath/ath_hal/ah_internal.h

Modified: head/sys/dev/ath/ath_hal/ah_internal.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah_internal.h	Wed Aug 29 03:58:13 2012	(r239801)
+++ head/sys/dev/ath/ath_hal/ah_internal.h	Wed Aug 29 04:09:54 2012	(r239802)
@@ -234,7 +234,8 @@ typedef struct {
 	uint32_t	halIsrRacSupport		: 1,
 			halApmEnable			: 1,
 			halIntrMitigation		: 1,
-			hal49GhzSupport			: 1;
+			hal49GhzSupport			: 1,
+			halAntDivCombSupport		: 1;
 
 	uint32_t	halWirelessModes;
 	uint16_t	halTotalQueues;



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