patch-2.4.23 linux-2.4.23/drivers/net/sonic.c

Next file: linux-2.4.23/drivers/net/starfire.c
Previous file: linux-2.4.23/drivers/net/sk98lin/skxmac2.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/drivers/net/sonic.c linux-2.4.23/drivers/net/sonic.c
@@ -223,7 +223,7 @@
 
 			/* We must free the original skb */
 			if (lp->tx_skb[entry]) {
-				dev_kfree_skb(lp->tx_skb[entry]);
+				dev_kfree_skb_irq(lp->tx_skb[entry]);
 				lp->tx_skb[entry] = 0;
 			}
 			/* and the VDMA address */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)