commit | d3e99b2d19b06030593761c658b648fd6427eaa1 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Mon Oct 16 17:29:01 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 18 12:39:38 2017 +0100 |
tree | 24cba9c9fe1071ae1a83dcce80dae40e8f4f5a2b | |
parent | abec4be3ee68c8572adb39da68fbfd86e63daa84 [diff] |
net/cw1200: Convert timers to use timer_setup() 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: Solomon Peachy <pizza@shaftnet.org> Cc: Kalle Valo <kvalo@codeaurora.org> Cc: linux-wireless@vger.kernel.org Cc: netdev@vger.kernel.org Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: David S. Miller <davem@davemloft.net>