mirror of
https://github.com/torvalds/linux.git
synced 2025-11-09 21:20:04 +02:00
Simon reported that ndo_change_mtu() methods were never
updated to use WRITE_ONCE(dev->mtu, new_mtu) as hinted
in commit
|
||
|---|---|---|
| .. | ||
| emac | ||
| rmnet | ||
| Kconfig | ||
| Makefile | ||
| qca_7k.c | ||
| qca_7k.h | ||
| qca_7k_common.c | ||
| qca_7k_common.h | ||
| qca_debug.c | ||
| qca_debug.h | ||
| qca_spi.c | ||
| qca_spi.h | ||
| qca_uart.c | ||