Re: [PATCH 07/16] wireless: brcm80211: convert tasklets to use new tasklet_setup() API
From: Arend Van Spriel <arend.vanspriel@broadcom.com>
Date: 2020-08-17 10:15:59
Also in:
ath11k, lkml, netdev
From: Arend Van Spriel <arend.vanspriel@broadcom.com>
Date: 2020-08-17 10:15:59
Also in:
ath11k, lkml, netdev
On 8/17/2020 11:06 AM, Allen Pais wrote:
From: Allen Pais <redacted> 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.
Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Romain Perier <romain.perier@gmail.com> Signed-off-by: Allen Pais <redacted> --- .../net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c | 6 +++--- .../net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)