[PATCH] sky2: receive error handling fix
authorStephen Hemminger <shemminger@osdl.org>
Fri, 1 Dec 2006 22:29:33 +0000 (14:29 -0800)
committerJeff Garzik <jeff@garzik.org>
Sat, 2 Dec 2006 05:22:29 +0000 (00:22 -0500)
commit5df791117afedf7fdc67dc0842dab4859e3edf69
tree683f2bf8ea785f88054230d468d8ee8f2056657c
parent758140900a82e3ed3bb2be1d4705dd352fe44825
[PATCH] sky2: receive error handling fix

If sky2 detects out of memory, or gets a bad frame, it reuses the same receive
buffer, but forgets to poke the hardware. This could lead to the receiver
getting stuck if there were lots of errors.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/sky2.c