WSL2-Linux-Kernel/drivers/staging/wlan-ng
Vitaly Osipov 02d9b1eb4b staging: wlan-ng: use netdev_() instead of printk()
Replaced all uses of printk() in wlan-ng with netdev_err / _warn
where a netdev exists. If a few cases where a netdev does not yet
exist, dev_ or pr_ was used.

Checkpatch complains about lines over 80 chars or split string
constants - the messages are just too long, keeping it completely
happy would make the code less readable.

Signed-off-by: Vitaly Osipov <vitaly.osipov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24 02:08:16 +09:00
..
Kconfig
Makefile
README
cfg80211.c Staging: wlan-ng: Fix sparse non-static symbol warning 2014-03-16 17:54:49 -07:00
hfa384x.h staging:wlan-ng:Fix sparse warning cast to restricted __le16 2014-03-07 13:48:03 -08:00
hfa384x_usb.c driver: staging: wlan-ng: Removed unnecessary spaces after cast from hfa384x_usb.c 2014-05-15 14:54:11 -07:00
p80211conv.c staging: wlan-ng: use netdev_() instead of printk() 2014-05-24 02:08:16 +09:00
p80211conv.h
p80211hdr.h
p80211ioctl.h
p80211meta.h
p80211metadef.h
p80211metastruct.h
p80211mgmt.h Staging: wlan-ng: Fix do not add new typedefs in p80211mgmt.h 2014-03-10 23:35:11 -07:00
p80211msg.h
p80211netdev.c staging/wlan-ng: log with netdev_xxx and dev_xxx 2014-05-24 02:06:50 +09:00
p80211netdev.h Staging: wlan-ng: changing "* dev" to "*dev" 2013-10-17 09:12:15 -07:00
p80211req.c staging: wlan-ng: use netdev_() instead of printk() 2014-05-24 02:08:16 +09:00
p80211req.h
p80211types.h staging "wlan-ng" Fix typos. 2012-09-26 09:19:50 -07:00
p80211wep.c Staging: wlan-ng: fix printk(KERN_DEBUG in p80211wep.c 2013-10-11 13:26:13 -07:00
prism2fw.c staging: wlan-ng: use netdev_() instead of printk() 2014-05-24 02:08:16 +09:00
prism2mgmt.c staging: wlan-ng: use netdev_() instead of printk() 2014-05-24 02:08:16 +09:00
prism2mgmt.h staging: wlan-ng: fix bad symbol declaration 2014-05-15 14:57:48 -07:00
prism2mib.c staging: wlan-ng: use netdev_() instead of printk() 2014-05-24 02:08:16 +09:00
prism2sta.c staging: wlan-ng: use netdev_() instead of printk() 2014-05-24 02:08:16 +09:00
prism2usb.c staging/wlan-ng: fix small coding style issues 2014-04-25 16:21:15 -07: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.