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
|
||
|---|---|---|
| .. | ||
| core.c | ||
| core.h | ||
| debug.h | ||
| emac.h | ||
| Kconfig | ||
| Makefile | ||
| mal.c | ||
| mal.h | ||
| phy.c | ||
| phy.h | ||
| rgmii.c | ||
| rgmii.h | ||
| tah.c | ||
| tah.h | ||
| zmii.c | ||
| zmii.h | ||