summaryrefslogtreecommitdiff
path: root/drivers/atm
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2023-07-19 10:29:29 +0300
committerSimon Wunderlich <sw@simonwunderlich.de>2023-07-20 09:56:06 +0300
commitc6a953cce8d0438391e6da48c8d0793d3fbfcfa6 (patch)
tree02458d0d45c573f42855cbfadbb15238c29c8ffc /drivers/atm
parent06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5 (diff)
downloadlinux-c6a953cce8d0438391e6da48c8d0793d3fbfcfa6.tar.xz
batman-adv: Trigger events for auto adjusted MTU
If an interface changes the MTU, it is expected that an NETDEV_PRECHANGEMTU and NETDEV_CHANGEMTU notification events is triggered. This worked fine for .ndo_change_mtu based changes because core networking code took care of it. But for auto-adjustments after hard-interfaces changes, these events were simply missing. Due to this problem, non-batman-adv components weren't aware of MTU changes and thus couldn't perform their own tasks correctly. Fixes: c6c8fea29769 ("net: Add batman-adv meshing protocol") Cc: stable@vger.kernel.org Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'drivers/atm')
0 files changed, 0 insertions, 0 deletions