1. 27 Oct, 2017 1 commit
    • Kees Cook's avatar
      rtlwifi: Convert timers to use timer_setup() · 7c51d17c
      Kees Cook authored
      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: Kalle Valo <kvalo@codeaurora.org>
      Cc: Larry Finger <Larry.Finger@lwfinger.net>
      Cc: Chaoming Li <chaoming_li@realsil.com.cn>
      Cc: Ping-Ke Shih <pkshih@realtek.com>
      Cc: Arvind Yadav <arvind.yadav.cs@gmail.com>
      Cc: Souptick Joarder <jrdr.linux@gmail.com>
      Cc: linux-wireless@vger.kernel.org
      Cc: netdev@vger.kernel.org
      Signed-off-by: default avatarKees Cook <keescook@chromium.org>
      Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
      7c51d17c
  2. 20 Oct, 2017 39 commits