commit | ccc57aac9c9532b4540968632a8c4a0b946dbcc4 | [log] [tgz] |
---|---|---|
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Thu Jun 26 17:14:15 2008 +0900 |
committer | Jeff Garzik <jgarzik@redhat.com> | Fri Jun 27 01:27:43 2008 -0400 |
tree | b7f24f9c34bfd1efd964390ae5a4be823a5c84b0 | |
parent | 59524a37446e18a672188d86d23c8c76fd488621 [diff] |
tc35815: Fix receiver hangup on Rx FIFO overflow On Rx FIFO overflow error, the controller consume a buffer descriptor but currently the driver does not give it back to the controller. This results unrecoverable 'Buffer List Exhausted' condition. This patch fix this problem by moving a "fbl_count--" line to proper place. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>