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: Allen Pais
In preparation for unconditionally passing the
struct tasklet_struct pointer to all tasklet
callbacks, switch to using the new tasklet_setup()
and from_tasklet() to pass the tasklet pointer explicitly.
Signed-off-by: Romain Perier
Signed-off-by: Allen Pais
---
net/mac80211/ie