svn commit: r239802 - head/sys/dev/ath/ath_hal

Adrian Chadd adrian at FreeBSD.org
Wed Aug 29 04:09:55 UTC 2012


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;


More information about the svn-src-head mailing list