]> www.infradead.org Git - users/jedix/linux-maple.git/commit
batman-adv: no need to start/stop queue on mesh-iface
authorAntonio Quartulli <antonio@mandelbit.com>
Mon, 17 Mar 2025 12:39:59 +0000 (13:39 +0100)
committerSimon Wunderlich <sw@simonwunderlich.de>
Wed, 9 Apr 2025 19:59:30 +0000 (21:59 +0200)
commit8a7bb74a79d4324bf09e78f5a941521dea83a24f
treec03a5c226684e659c2fe7880e0f5271093bcfea7
parentd699628dae07038cf21fe288ac00c0a0062b4e0d
batman-adv: no need to start/stop queue on mesh-iface

The batman-adv mesh-iface is flagged with IFF_NO_QUEUE,
therefore there is no reason to start/stop any queue in
ndo_open/close.

Signed-off-by: Antonio Quartulli <antonio@mandelbit.com>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/mesh-interface.c