Re: [RTnet-users] e1000 driver doesn't remove CRC

2011-02-18 Thread Frederik Bayart
Well, I compare the received size with an expected size. The rt_e1000 driver returns the expected size + 4. The rt_eepro100 and the rt_e1000_new driver are substracting the CRC. If you like I can send you a patch on release 0.9.12 (I have no knowledge of git). Frederik -Oorspronkelijk beri

Re: [RTnet-users] e1000 driver doesn't remove CRC

2011-02-17 Thread Jan Kiszka
On 2011-01-19 11:00, Frederik Bayart wrote: > Hallo, > > I noticed that the e1000 driver of rtnet (version 0.9.12, but according to me > this should also be the case in version 0.9.11) doesn't remove the CRC from > the payload, although this is done is the original e1000 driver code from the >