linux/drivers/staging/wlan-ng
Florian Westphal 860e9538a9 treewide: replace dev->trans_start update with helper
Replace all trans_start updates with netif_trans_update helper.
change was done via spatch:

struct net_device *d;
@@
- d->trans_start = jiffies
+ netif_trans_update(d)

Compile tested only.

Cc: user-mode-linux-devel@lists.sourceforge.net
Cc: linux-xtensa@linux-xtensa.org
Cc: linux1394-devel@lists.sourceforge.net
Cc: linux-rdma@vger.kernel.org
Cc: netdev@vger.kernel.org
Cc: MPT-FusionLinux.pdl@broadcom.com
Cc: linux-scsi@vger.kernel.org
Cc: linux-can@vger.kernel.org
Cc: linux-parisc@vger.kernel.org
Cc: linux-omap@vger.kernel.org
Cc: linux-hams@vger.kernel.org
Cc: linux-usb@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
Cc: linux-s390@vger.kernel.org
Cc: devel@driverdev.osuosl.org
Cc: b.a.t.m.a.n@lists.open-mesh.org
Cc: linux-bluetooth@vger.kernel.org
Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Acked-by: Mugunthan V N <mugunthanvnm@ti.com>
Acked-by: Antonio Quartulli <a@unstable.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-05-04 14:16:49 -04:00
..
Kconfig
Makefile
README
cfg80211.c cfg80211: remove enum ieee80211_band 2016-04-12 15:56:15 +02:00
hfa384x.h Staging: wlan-ng: Remove unused functions and prototypes 2016-02-20 14:53:27 -08:00
hfa384x_usb.c staging: wlan-ng: simplify NULL tests 2016-03-11 22:09:09 -08:00
p80211conv.c staging: wlan-ng: NULL comparisons made elegant 2016-02-07 19:04:55 -08:00
p80211conv.h
p80211hdr.h
p80211ioctl.h
p80211metadef.h
p80211metastruct.h
p80211mgmt.h
p80211msg.h
p80211netdev.c treewide: replace dev->trans_start update with helper 2016-05-04 14:16:49 -04:00
p80211netdev.h Staging: wlan-ng: Remove unused function declaration 2015-11-15 20:02:47 -08:00
p80211req.c
p80211req.h
p80211types.h
p80211wep.c Staging: wlan-ng: Remove multiple assignments 2016-02-14 16:34:08 -08:00
prism2fw.c Staging: wlan-ng: Handle error condition. 2016-03-11 22:09:09 -08:00
prism2mgmt.c staging: wlan-ng: prism2mgmt.c: Drop void pointer cast 2016-03-11 22:09:09 -08:00
prism2mgmt.h Staging: wlan-ng: Remove function prototype 2016-02-14 16:34:08 -08:00
prism2mib.c staging: wlan-ng: prism2mib.c: Drop void pointer cast 2016-03-11 22:09:09 -08:00
prism2sta.c Staging: wlan-ng: Do not print message if kzalloc() failed. 2016-03-11 22:09:09 -08:00
prism2usb.c staging: wlan-ng: simplify NULL tests 2016-03-11 22:09:09 -08:00

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.