patch-2.3.45 linux/drivers/net/de4x5.c
Next file: linux/drivers/net/defxx.c
Previous file: linux/drivers/net/bmac.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sat Feb 12 15:44:09 2000
- Orig file:
v2.3.44/linux/drivers/net/de4x5.c
- Orig date:
Sat Feb 12 11:22:10 2000
diff -u --recursive --new-file v2.3.44/linux/drivers/net/de4x5.c linux/drivers/net/de4x5.c
@@ -1761,7 +1761,7 @@
pci_unmap_single(lp->pdev, le32_to_cpu(lp->tx_ring[entry].buf),
le32_to_cpu(lp->tx_ring[entry].des1) & TD_TBS1);
if ((u_long) lp->tx_skb[entry] > 1)
- dev_kfree_skb(lp->tx_skb[entry]);
+ dev_kfree_skb_irq(lp->tx_skb[entry]);
lp->tx_skb[entry] = NULL;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)