Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2012 00:36:48 +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: r239631 - head/sys/dev/ath/ath_hal
Message-ID:  <201208240036.q7O0amVr025989@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Fri Aug 24 00:36:47 2012
New Revision: 239631
URL: http://svn.freebsd.org/changeset/base/239631

Log:
  Add some more capabilities (unused at the present.)
  
  Obtained from:	Qualcomm Atheros

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

Modified: head/sys/dev/ath/ath_hal/ah.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah.h	Fri Aug 24 00:33:25 2012	(r239630)
+++ head/sys/dev/ath/ath_hal/ah.h	Fri Aug 24 00:36:47 2012	(r239631)
@@ -163,8 +163,24 @@ typedef enum {
 
 	HAL_CAP_HT20_SGI	= 96,	/* hardware supports HT20 short GI */
 
+	HAL_CAP_LDPC		= 99,
+
 	HAL_CAP_RXTSTAMP_PREC	= 100,	/* rx desc tstamp precision (bits) */
+
+	HAL_CAP_PHYRESTART_CLR_WAR	= 106,	/* in some cases, clear phy restart to fix bb hang */
+	HAL_CAP_ENTERPRISE_MODE	= 107,	/* Enterprise mode features */
+	HAL_CAP_LDPCWAR		= 108,
+	HAL_CAP_CHANNEL_SWITCH_TIME_USEC	= 109,	/* Channel change time, usec */
+	HAL_CAP_ENABLE_APM	= 110,	/* APM enabled */
+	HAL_CAP_PCIE_LCR_EXTSYNC_EN	= 111,
+	HAL_CAP_PCIE_LCR_OFFSET	= 112,
+
 	HAL_CAP_ENHANCED_DFS_SUPPORT	= 117,	/* hardware supports enhanced DFS */
+	HAL_CAP_MCI             = 118,
+	HAL_CAP_SMARTANTENNA    = 119,
+	HAL_CAP_TRAFFIC_FAST_RECOVER    = 120,
+	HAL_CAP_TX_DIVERSITY    = 121,
+	HAL_CAP_CRDC            = 122,
 
 	/* The following are private to the FreeBSD HAL (224 onward) */
 



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