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