Atsushi Nemoto 9c5f9c2861 isa-skelton: Remove a wrong netif_wake_queue() call
The netif_wake_queue() is called correctly (i.e. only on !txfull
condition) from net_tx().  So Unconditional call to the
netif_wake_queue() here is wrong.  This might cause calling of
start_xmit routine on txfull state and trigger tx-ring overflow.

This fix is ported from commit 662a96bd6f020782dfbdc0d0bd177c7dbb556687
("tc35815: Remove a wrong netif_wake_queue() call which triggers BUG_ON").

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-02-26 02:08:34 -08:00
..
2010-02-10 12:07:28 -07:00
2010-01-29 21:03:09 +01:00
2009-12-23 14:13:32 -08:00
2010-02-11 13:59:42 -08:00
2010-01-20 01:23:27 -05:00
2010-02-02 18:11:21 -08:00
2010-02-16 15:11:10 -08:00
2010-02-18 14:08:38 -08:00
2010-01-13 10:01:35 +00:00