yongari a3f2c28a33 Change xl_rxeof() a bit to return the number of processed frames in
RX descriptor ring. Previously it returned the number of frames
that were successfully passed to upper stack which in turn means it
ignored frames that were discarded due to errors. The number of
processed frames in RX descriptor ring is used to detect whether
driver is out of sync with controller's current descriptor pointer.
Returning number of processed frames reduces unnecessary (probably
wrong) re-synchronization.

While here, remove unnecessary local variable initialization.
2011-05-06 23:01:29 +00:00
..
2011-05-05 14:43:09 +00:00
2011-02-21 09:01:34 +00:00
2011-05-05 02:38:08 +00:00
2011-05-06 20:46:29 +00:00
2011-05-03 20:34:02 +00:00
2011-04-26 07:30:52 +00:00
2011-04-30 22:46:02 +00:00
2011-04-26 22:18:53 +00:00