Add some more phyerr bits.

Obtained from:	Atheros
Approved by:	re (kib)
This commit is contained in:
Adrian Chadd 2011-07-31 03:33:02 +00:00
parent 46d20cbcf1
commit 6eec7effeb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=224538

View file

@ -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 */