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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
