Thread (1 message) 1 message, 1 author, 2020-08-17

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

From: Johannes Berg <johannes@sipsolutions.net>
Date: 2020-08-17 08:57:11
Also in: linux-rdma, linux-s390, linux-wireless, lkml

On Mon, 2020-08-17 at 14:21 +0530, Allen Pais wrote:
-static void ieee80211_tasklet_handler(unsigned long data)
+static void ieee80211_tasklet_handler(struct tasklet_struct *t)
 {
-	struct ieee80211_local *local = (struct ieee80211_local *) data;
+	struct ieee80211_local *local = from_tasklet(local, t, tasklet);
Yay, thank you!

Reviewed-by: Johannes Berg <johannes@sipsolutions.net>


Dave, if you want to take this patch, I have no objections - I have
nothing in my mac80211-next tree (yet).

johannes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help