mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add some more phyerr bits.
Obtained from: Atheros Approved by: re (kib)
This commit is contained in:
parent
46d20cbcf1
commit
6eec7effeb
1 changed files with 6 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue