]> git.baikalelectronics.ru Git - kernel.git/commit
net: mac802154: convert tasklets to use new tasklet_setup() API
authorAllen Pais <apais@linux.microsoft.com>
Tue, 3 Nov 2020 09:18:19 +0000 (14:48 +0530)
committerJakub Kicinski <kuba@kernel.org>
Sat, 7 Nov 2020 18:40:56 +0000 (10:40 -0800)
commiteffa224bfa8deb6e1772656170d8f71e83c3ccf6
treea3395735390a6c37bc027c8a1fdf06a9c2d71b5d
parent33e46dd4f19792ee87556412dc3d5b6f2f9c655b
net: mac802154: 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.

Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: Romain Perier <romain.perier@gmail.com>
Signed-off-by: Allen Pais <apais@linux.microsoft.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mac802154/main.c