1
0
Fork 0
remarkable-linux/drivers/staging/wlan-ng
Tim Collier bb1192cbf4 staging: wlan-ng: remove unused declarations from p80211types.h
A number of extern struct declarations in p80211types.h were causing
checkpatch warnings: "extern prototypes should be avoided in .h files"
and "function definition argument 'xxxxxx' should also have an
identifier name".

This appears to be a result of using a macro to form the declarations
and checkpatch consequently misinterpreting the declarations as
function prototypes.

On checking, the declarations have no corresponding definition in the
driver and are not used, so they are removed along with the macro used
to construct them, which is not needed elsewhere. After this change,
checkpatch reports that p80211types.h has no obvious issues.

Signed-off-by: Tim Collier <osdevtc@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-05-31 19:00:53 +02:00
..
Kconfig
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
README
cfg80211.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
hfa384x.h staging: wlan-ng: fix SPDX comment style in headers 2018-05-06 18:52:37 -07:00
hfa384x_usb.c staging: wlan-ng: convert P80211SKB_RXMETA to inline function in p80211conv 2018-05-25 18:44:14 +02:00
p80211conv.c staging: wlan-ng: convert P80211SKB_RXMETA to inline function in p80211conv 2018-05-25 18:44:14 +02:00
p80211conv.h staging: wlan-ng: convert P80211SKB_RXMETA to inline function in p80211conv 2018-05-25 18:44:14 +02:00
p80211hdr.h staging: wlan-ng: fix SPDX comment style in headers 2018-05-06 18:52:37 -07:00
p80211ioctl.h staging: wlan-ng: fix SPDX comment style in headers 2018-05-06 18:52:37 -07:00
p80211metadef.h staging: wlan-ng: fix SPDX comment style in headers 2018-05-06 18:52:37 -07:00
p80211metastruct.h staging: wlan-ng: fix block comment alignment in p80211metastruct.h 2018-05-11 12:03:44 +02:00
p80211mgmt.h staging: wlan-ng: fix SPDX comment style in headers 2018-05-06 18:52:37 -07:00
p80211msg.h staging: wlan-ng: fix SPDX comment style in headers 2018-05-06 18:52:37 -07:00
p80211netdev.c staging: wlan-ng: fix coding style issues in p80211netdev.c 2018-05-20 14:34:25 +02:00
p80211netdev.h staging: wlan-ng: fix coding style issues in p80211netdev.h 2018-05-20 14:34:25 +02:00
p80211req.c staging: wlan-ng: add SPDX identifiers to all wlan-ng driver files 2017-11-28 13:20:47 +01:00
p80211req.h staging: wlan-ng: fix SPDX comment style in headers 2018-05-06 18:52:37 -07:00
p80211types.h staging: wlan-ng: remove unused declarations from p80211types.h 2018-05-31 19:00:53 +02:00
p80211wep.c staging: wlan-ng: add SPDX identifiers to all wlan-ng driver files 2017-11-28 13:20:47 +01:00
prism2fw.c staging: wlan-ng: add SPDX identifiers to all wlan-ng driver files 2017-11-28 13:20:47 +01:00
prism2mgmt.c Staging: wlan-ng: fix unnecessary parantheses in prism2mgmt.c 2018-02-16 15:36:16 +01:00
prism2mgmt.h staging: wlan-ng: fix SPDX comment style in headers 2018-05-06 18:52:37 -07:00
prism2mib.c staging: wlan-ng: add SPDX identifiers to all wlan-ng driver files 2017-11-28 13:20:47 +01:00
prism2sta.c staging: wlan-ng: prism2sta: fix indent coding-style issues 2018-05-06 18:51:39 -07:00
prism2usb.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01: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.