Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2011 00:06:58 +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: r219978 - head/sys/dev/ath/ath_hal/ar5416
Message-ID:  <201103250006.p2P06wgt061539@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Fri Mar 25 00:06:58 2011
New Revision: 219978
URL: http://svn.freebsd.org/changeset/base/219978

Log:
  The right commit - add a couple more AR_PCU_MISC_MODE2 register bits -
  SOWL specific.

Modified:
  head/sys/dev/ath/ath_hal/ar5416/ar5416reg.h

Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416reg.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5416/ar5416reg.h	Fri Mar 25 00:06:19 2011	(r219977)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416reg.h	Fri Mar 25 00:06:58 2011	(r219978)
@@ -504,6 +504,8 @@
 #define	AR_PCU_CLEAR_VMF		0x01000000 /* clear vmf mode (fast cc)*/
 #define	AR_PCU_CLEAR_BA_VALID		0x04000000 /* clear ba state */
 
+#define	AR_PCU_MISC_MODE2_MGMT_CRYPTO_ENABLE		0x00000002
+#define	AR_PCU_MISC_MODE2_NO_CRYPTO_FOR_NON_DATA_PKT	0x00000004
 #define	AR_PCU_MISC_MODE2_HWWAR1	0x00100000
 #define	AR_PCU_MISC_MODE2_HWWAR2	0x02000000
 



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