mirror of
https://github.com/torvalds/linux.git
synced 2025-11-09 13:10:19 +02:00
When bringing down the TX rings we flush the rings but forget to
reclaimed the flushed packets. This leads to a memory leak since we
do not free the dma mapped buffers. This also leads to tx control
block corruption when bringing down the interface for power
management.
Fixes:
|
||
|---|---|---|
| .. | ||
| bcmasp.c | ||
| bcmasp.h | ||
| bcmasp_ethtool.c | ||
| bcmasp_intf.c | ||
| bcmasp_intf_defs.h | ||
| Makefile | ||