mirror of https://github.com/torvalds/linux.git
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:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| bcmasp.c | ||
| bcmasp.h | ||
| bcmasp_ethtool.c | ||
| bcmasp_intf.c | ||
| bcmasp_intf_defs.h | ||