1
0
Files
linux/drivers
Erik Mouw 06f7525be4 xircom_cb should return NETDEV_TX_BUSY when no descriptors available
Changes in other networking paths uncovered a bug in the xircom_cb
driver which made the kernel spew lots of the following error messages:

  BUG eth1 code -5 qlen 0

It turned out that the driver returned -EIO when there was no
descriptor available for sending packets. It should return
NETDEV_TX_BUSY instead. This was discussed on the netdev list before,
see http://thread.gmane.org/gmane.linux.network/84603 .

Signed-off-by: Erik Mouw <mouw@nl.linux.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2008-02-05 13:31:29 -05:00
..
2008-02-03 17:06:17 +02:00
2008-02-03 17:08:11 +02:00
2008-02-03 16:29:12 +02:00
2008-02-03 17:12:34 +02:00
2008-02-03 15:42:53 +02:00
2008-02-03 17:15:20 +02:00
2008-02-03 17:16:28 +02:00
2008-02-04 23:50:03 +11:00
2008-02-03 17:18:59 +02:00
2008-02-03 17:21:01 +02:00
2008-02-03 17:22:34 +02:00
2008-02-03 17:23:36 +02:00
2008-02-03 17:24:37 +02:00
2008-02-03 15:42:53 +02:00
2008-02-02 15:08:04 -08:00
2008-02-03 15:42:53 +02:00
2008-02-03 17:30:25 +02:00
2008-02-03 17:31:49 +02:00
2008-02-04 23:50:13 +11:00