svn commit: r239800 - head/sys/dev/ath/ath_hal
Adrian Chadd
adrian at FreeBSD.org
Wed Aug 29 03:51:00 UTC 2012
Author: adrian
Date: Wed Aug 29 03:50:59 2012
New Revision: 239800
URL: http://svn.freebsd.org/changeset/base/239800
Log:
Add a (temporarily located) definition.
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 01:08:36 2012 (r239799)
+++ head/sys/dev/ath/ath_hal/ah_internal.h Wed Aug 29 03:50:59 2012 (r239800)
@@ -79,6 +79,11 @@ typedef enum {
} HAL_PHYDIAG_CAPS;
/*
+ * Enable/disable strong signal fast diversity
+ */
+#define HAL_CAP_STRONG_DIV 2
+
+/*
* Each chip or class of chips registers to offer support.
*/
struct ath_hal_chip {
More information about the svn-src-head
mailing list