The timestamp bit is number 17, and not number 9, in the stat error

field of the receive descriptor.

MFC after:	1 week
This commit is contained in:
George V. Neville-Neil 2014-01-30 18:32:33 +00:00
parent 49d39308ba
commit e1cda2b313

View File

@ -131,7 +131,7 @@
#define E1000_RXD_ERR_RXE 0x80 /* Rx Data Error */
#define E1000_RXD_SPC_VLAN_MASK 0x0FFF /* VLAN ID is in lower 12 bits */
#define E1000_RXDEXT_STATERR_TST 0x00000100 /* Time Stamp taken */
#define E1000_RXDEXT_STATERR_TST 0x00010000 /* Time Stamp taken */
#define E1000_RXDEXT_STATERR_LB 0x00040000
#define E1000_RXDEXT_STATERR_CE 0x01000000
#define E1000_RXDEXT_STATERR_SE 0x02000000