[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d4de00a939be7b2b37ac1eb84c48777b73614dce.camel@sipsolutions.net>
Date: Mon, 17 Aug 2020 10:56:06 +0200
From: Johannes Berg <johannes@...solutions.net>
To: Allen Pais <allen.cryptic@...il.com>, gerrit@....abdn.ac.uk,
davem@...emloft.net, kuba@...nel.org, edumazet@...gle.com,
kuznet@....inr.ac.ru, yoshfuji@...ux-ipv6.org,
alex.aring@...il.com, stefan@...enfreihafen.org,
santosh.shilimkar@...cle.com, jhs@...atatu.com,
xiyou.wangcong@...il.com, jiri@...nulli.us
Cc: keescook@...omium.org, netdev@...r.kernel.org,
linux-wireless@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-wpan@...r.kernel.org, linux-rdma@...r.kernel.org,
linux-s390@...r.kernel.org, Allen Pais <allen.lkml@...il.com>,
Romain Perier <romain.perier@...il.com>
Subject: Re: [PATCH 3/8] net: mac80211: convert tasklets to use new
tasklet_setup() API
On Mon, 2020-08-17 at 14:21 +0530, Allen Pais wrote:
>
> -static void ieee80211_tasklet_handler(unsigned long data)
> +static void ieee80211_tasklet_handler(struct tasklet_struct *t)
> {
> - struct ieee80211_local *local = (struct ieee80211_local *) data;
> + struct ieee80211_local *local = from_tasklet(local, t, tasklet);
Yay, thank you!
Reviewed-by: Johannes Berg <johannes@...solutions.net>
Dave, if you want to take this patch, I have no objections - I have
nothing in my mac80211-next tree (yet).
johannes
Powered by blists - more mailing lists