Re: [PATCH 3/8] net: mac80211: convert tasklets to use new tasklet_setup() API

From: Johannes Berg
Date: Mon Aug 17 2020 - 04:57:11 EST


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@xxxxxxxxxxxxxxxx>


Dave, if you want to take this patch, I have no objections - I have
nothing in my mac80211-next tree (yet).

johannes