mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 12:44:01 +00:00
sonic_send_packet will be processed in irq or non-irq
context, so it would better use dev_kfree_skb_any
instead of dev_kfree_skb.
Fixes:
|
||
|---|---|---|
| .. | ||
| jazzsonic.c | ||
| Kconfig | ||
| macsonic.c | ||
| Makefile | ||
| natsemi.c | ||
| ns83820.c | ||
| sonic.c | ||
| sonic.h | ||
| xtsonic.c | ||