svn commit: r224538 - head/sys/dev/ath/ath_hal
Adrian Chadd
adrian at FreeBSD.org
Sun Jul 31 03:33:03 UTC 2011
Author: adrian
Date: Sun Jul 31 03:33:02 2011
New Revision: 224538
URL: http://svn.freebsd.org/changeset/base/224538
Log:
Add some more phyerr bits.
Obtained from: Atheros
Approved by: re (kib)
Modified:
head/sys/dev/ath/ath_hal/ah_desc.h
Modified: head/sys/dev/ath/ath_hal/ah_desc.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah_desc.h Sun Jul 31 03:18:36 2011 (r224537)
+++ head/sys/dev/ath/ath_hal/ah_desc.h Sun Jul 31 03:33:02 2011 (r224538)
@@ -158,6 +158,12 @@ enum {
HAL_PHYERR_CCK_RATE_ILLEGAL = 27, /* */
HAL_PHYERR_CCK_SERVICE = 30, /* */
HAL_PHYERR_CCK_RESTART = 31, /* */
+ HAL_PHYERR_CCK_LENGTH_ILLEGAL = 32, /* */
+ HAL_PHYERR_CCK_POWER_DROP = 33, /* */
+ /* AR5416 and later */
+ HAL_PHYERR_HT_CRC_ERROR = 34, /* */
+ HAL_PHYERR_HT_LENGTH_ILLEGAL = 35, /* */
+ HAL_PHYERR_HT_RATE_ILLEGAL = 36, /* */
};
/* value found in rs_keyix to mark invalid entries */
More information about the svn-src-all
mailing list