9388ce97b9
It is not allowed to call kfree_skb() from hardware interrupt
context or with interrupts being disabled. So replace kfree_skb()
with dev_kfree_skb_irq() under spin_lock_irqsave(). Compile
tested only.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
cmd.c | ||
deb_defs.h | ||
if_usb.c | ||
if_usb.h | ||
libertas_tf.h | ||
main.c |