Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Mar 2013 09:43:01 +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: r248129 - head/sys/dev/ath/ath_hal/ar5416
Message-ID:  <201303100943.r2A9h1sp041960@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sun Mar 10 09:43:01 2013
New Revision: 248129
URL: http://svnweb.freebsd.org/changeset/base/248129

Log:
  Add another register definition bit - whether to populate EVM or PLCP
  data in the RX status descriptor.
  
  Obtained from:	Qualcomm Atheros

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	Sun Mar 10 07:55:40 2013	(r248128)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416reg.h	Sun Mar 10 09:43:01 2013	(r248129)
@@ -521,6 +521,7 @@
 #define	AR_PCU_TBTT_PROTECT		0x00200000 /* no xmit upto tbtt+20 uS */
 #define	AR_PCU_CLEAR_VMF		0x01000000 /* clear vmf mode (fast cc)*/
 #define	AR_PCU_CLEAR_BA_VALID		0x04000000 /* clear ba state */
+#define	AR_PCU_SEL_EVM			0x08000000 /* select EVM data or PLCP header */
 
 #define	AR_PCU_MISC_MODE2_MGMT_CRYPTO_ENABLE		0x00000002
 #define	AR_PCU_MISC_MODE2_NO_CRYPTO_FOR_NON_DATA_PKT	0x00000004



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