]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
mac80211: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Mon, 16 Oct 2017 23:35:49 +0000 (16:35 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Nov 2017 15:55:11 +0000 (16:55 +0100)
commit34f11cd329580fe4c3e8f10081d687331fc710f3
treee3918de464907d9776bb1a91d5da393027bc90a5
parent32a72bbd5da2411eab591bf9bc2e39349106193a
mac80211: 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: Johannes Berg <johannes@sipsolutions.net>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: linux-wireless@vger.kernel.org
Cc: netdev@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ibss.c
net/mac80211/ieee80211_i.h
net/mac80211/led.c
net/mac80211/main.c
net/mac80211/mesh.c
net/mac80211/mesh.h
net/mac80211/mesh_hwmp.c
net/mac80211/mesh_pathtbl.c
net/mac80211/mlme.c
net/mac80211/ocb.c
net/mac80211/sta_info.c