ath5k: convert tasklets to use new tasklet_setup() API
authorAllen Pais <allen.lkml@gmail.com>
Mon, 17 Aug 2020 09:06:22 +0000 (14:36 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 27 Aug 2020 10:15:25 +0000 (13:15 +0300)
commitc068a9ec3c94ff65f5b9e67934384ba82f731ed0
tree4d49061f8363f5c40a3f8978078a1e5715b63268
parentc6522a5076e1a65877c51cfee313a74ef61cabf8
ath5k: 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: Romain Perier <romain.perier@gmail.com>
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-2-allen.cryptic@gmail.com
drivers/net/wireless/ath/ath5k/base.c
drivers/net/wireless/ath/ath5k/rfkill.c