lineage_android_kernel_sams.../drivers/net/wireless/prism54
Patrick McHardy e71180f368 [PATCH] prism54: Free skb after disabling interrupts
The dev_kfree_skb in islpci_eth_transmit happens while irqs are still
disabled, so either dev_kfree_skb_irq needs to be used or the skb
needs to be freed after irqs have been enabled again. This patch
should fix it.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Daniel Drake <dsd@gentoo.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-10-29 14:17:05 -04:00
..
Makefile
isl_38xx.c
isl_38xx.h
isl_ioctl.c
isl_ioctl.h
isl_oid.h
islpci_dev.c drivers/net: Remove pointless checks for NULL prior to calling kfree() 2005-10-28 16:53:13 -04:00
islpci_dev.h
islpci_eth.c [PATCH] prism54: Free skb after disabling interrupts 2005-10-29 14:17:05 -04:00
islpci_eth.h
islpci_hotplug.c
islpci_mgt.c
islpci_mgt.h
oid_mgt.c drivers/net: Remove pointless checks for NULL prior to calling kfree() 2005-10-28 16:53:13 -04:00
oid_mgt.h
prismcompat.h