mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-06 09:26:34 +00:00
This fixes logic bug(in function netdev_trig_notify) introduced in
0b2991a8ed commit.
Events triggered by different interfaces were stopping work queue so it
wasn't working for tx/rx mode.
Signed-off-by: Sergey Sergeev <adron@yapic.net>