Re: net/80211: simplify mesh code

2020-06-16 Thread Linus Lüssing
Acked-by: Linus Lüssing

[PATCH] net/80211: simplify mesh code

2020-06-04 Thread Pavel Machek
Doing mod_timer() conditionaly is easier than conditionally unlocking and jumping around... Signed-off-by: Pavel Machek (CIP) diff --git a/net/mac80211/mesh_hwmp.c b/net/mac80211/mesh_hwmp.c index aa5150929996..02cde0fd08fe 100644 --- a/net/mac80211/mesh_hwmp.c +++ b/net/mac80211/mesh_hwmp.c @@