commit | 5df791117afedf7fdc67dc0842dab4859e3edf69 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Fri Dec 01 14:29:33 2006 -0800 |
committer | Jeff Garzik <jeff@garzik.org> | Sat Dec 02 00:22:29 2006 -0500 |
tree | 683f2bf8ea785f88054230d468d8ee8f2056657c | |
parent | 758140900a82e3ed3bb2be1d4705dd352fe44825 [diff] |
[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>