> 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. > > Cc: Igor Mitsyanko <imitsyanko@xxxxxxxxxxxxx> > Cc: Avinash Patil <avinashp@xxxxxxxxxxxxx> > Cc: Sergey Matyukevich <smatyukevich@xxxxxxxxxxxxx> > Cc: Kalle Valo <kvalo@xxxxxxxxxxxxxx> > Cc: Kamlesh Rath <krath@xxxxxxxxxxxxx> > Cc: linux-wireless@xxxxxxxxxxxxxxx > Cc: netdev@xxxxxxxxxxxxxxx > Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx> > --- > drivers/net/wireless/quantenna/qtnfmac/cfg80211.c | 7 +++---- > drivers/net/wireless/quantenna/qtnfmac/core.c | 2 +- > 2 files changed, 4 insertions(+), 5 deletions(-) Reviewed-by: Sergey Matyukevich <sergey.matyukevich.os@xxxxxxxxxxxxx> Thanks! Sergey