Re: [PATCH v2] net/mac80211/mesh_plink: Convert timers to use timer_setup()

From: Johannes Berg
Date: Fri Oct 06 2017 - 05:49:11 EST


On Thu, 2017-10-05 at 10:39 -0700, Kees Cook wrote:
> In preparation for unconditionally passing the struct timer_list
> pointer to
> all timer callbacks, switch to using the new timer_setup() and
> from_timer()
> to pass the timer pointer explicitly. This requires adding a pointer
> back
> to the sta_info since container_of() can't resolve the sta_info.
>
Applied, thanks. (The change did land in net-next, and I merged that in
to merge this)

johannes