skge: deadlock on tx timeout
authorStephen Hemminger <shemminger@linux-foundation.org>
Fri, 16 Mar 2007 21:01:26 +0000 (14:01 -0700)
committerJeff Garzik <jeff@garzik.org>
Fri, 23 Mar 2007 05:48:33 +0000 (01:48 -0400)
commite3a1b99fb60dab1b39d5022d1d8f47bebfe6d8c6
tree3cacd444ae5b08ad30dd9cf1facbaf41d315913c
parent12998096cc48563a04ca751965ba17c3f73a5461
skge: deadlock on tx timeout

The skge driver will deadlock if gets a transmit timeout
because the netif_tx_lock() is already held.

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