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

2020-10-07 Thread Allen Pais
On 07/10/20 4:25 pm, Johannes Berg wrote: On Wed, 2020-10-07 at 15:42 +0530, Allen Pais wrote: 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 taskl

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

2020-10-07 Thread Johannes Berg
On Wed, 2020-10-07 at 15:42 +0530, Allen Pais wrote: > 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. > Reviewed-

[net-next v2 3/8] net: mac80211: convert tasklets to use new tasklet_setup() API

2020-10-07 Thread Allen Pais
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