linux/drivers/staging/wlan-ng
Kees Cook 5eb54a9997 staging: wlan-ng: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Cc: Adrien Descamps <adrien.descamps@gmail.com>
Cc: Thibaut SAUTEREAU <thibaut.sautereau@telecom-sudparis.eu>
Cc: devel@driverdev.osuosl.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-10-20 14:42:50 +02:00
..
cfg80211.c cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss() 2017-04-28 12:28:44 +02:00
hfa384x_usb.c staging: wlan-ng: Convert timers to use timer_setup() 2017-10-20 14:42:50 +02:00
hfa384x.h staging: wlan-ng: hfa384x.h: Use endian type in 'hfa384x_link_status' struct 2017-08-18 15:57:17 -07:00
Kconfig
Makefile
p80211conv.c drivers/staging/wlan-ng/p80211conv.c: fixed a potential memory leak 2017-08-18 15:57:17 -07:00
p80211conv.h staging: wlan-ng: add byte order annotation to struct p80211_caphdr 2017-03-09 19:06:36 +01:00
p80211hdr.h
p80211ioctl.h
p80211metadef.h
p80211metastruct.h
p80211mgmt.h
p80211msg.h
p80211netdev.c Staging: wlan-ng: Fixing coding style warnings 2017-07-30 08:17:53 -07:00
p80211netdev.h
p80211req.c staging: wlan-ng: break long line in p80211req.c 2017-04-28 12:03:51 +02:00
p80211req.h
p80211types.h
p80211wep.c
prism2fw.c Staging: wlan-ng: Fixing coding style warnings 2017-07-30 08:17:53 -07:00
prism2mgmt.c staging: wlan-ng: Replace pr_debug with netdev_dbg 2017-09-18 12:07:47 +02:00
prism2mgmt.h staging: wlan-ng: Convert timers to use timer_setup() 2017-10-20 14:42:50 +02:00
prism2mib.c staging: wlan-ng: prism2mib.c: Fix type cast issues 2017-06-14 12:26:41 +02:00
prism2sta.c staging: wlan-ng: Convert timers to use timer_setup() 2017-10-20 14:42:50 +02:00
prism2usb.c
README

TODO:
	- checkpatch.pl cleanups
	- sparse warnings
	- move to use the in-kernel wireless stack

Please send any patches or complaints about this driver to Greg
Kroah-Hartman <greg@kroah.com> and don't bother the upstream wireless
kernel developers about it, they want nothing to do with it.