Re: [PATCH] mac80211: Create ieee80211_if_process_skb from ieee80211_iface_work

From: Johannes Berg
Date: Fri May 05 2017 - 05:06:34 EST



> o Use explicit casts to proper types instead of casts to (void *)
> Â and have the compiler do the implicit cast

I see no advantage in this, why? All it does is make the code longer,
and if anything changes, you have to change it in multiple places now.

johannes