Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Aug 2012 03:50:59 +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: r239800 - head/sys/dev/ath/ath_hal
Message-ID:  <201208290350.q7T3ox8L077769@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 {



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