ath11k: convert tasklets to use new tasklet_setup() API
authorAllen Pais <allen.lkml@gmail.com>
Mon, 17 Aug 2020 09:06:25 +0000 (14:36 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 31 Aug 2020 15:14:06 +0000 (18:14 +0300)
commitc08279a931914f71d1b012cb2ec8c5b2f01b7ccd
tree1c1ed93e60f81e5e8e34d0397a6e668937e1e2a6
parentde7dbc2dbef71aba9331f707e5339874981c2a7f
ath11k: convert tasklets to use new tasklet_setup() API

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: Allen Pais <allen.lkml@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200817090637.26887-5-allen.cryptic@gmail.com
drivers/net/wireless/ath/ath11k/ahb.c