linux-stable/drivers/staging/wlan-ng
Calvince Otieno 5fe030e389 staging: wlan-ng: remove function prism2sta_ev_txexc
The function prism2sta_ev_txexc() is called by the function
hfa384x_usbin_txcompl() to print the transmit exception event - a debug
information using netdev_dbg().

The debugging utility function can be called directly by
hfa384x_usbin_txcompl().

Signed-off-by: Calvince Otieno <calvncce@gmail.com>
Link: https://lore.kernel.org/r/ZS5eKFCfu7sGOCHL@lab-ubuntu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-10-17 15:43:52 +02:00
..
Kconfig staging/wlan-ng: add CRC32 dependency in Kconfig 2019-12-10 10:56:54 +01:00
Makefile
README
TODO staging: wlan-ng: Provide a TODO file for this driver 2022-10-22 09:58:50 +02:00
cfg80211.c wifi: cfg80211: Add link_id parameter to various key operations for MLO 2022-08-25 10:41:05 +02:00
hfa384x.h drivers: staging: wlan-ng: Remove GPL/MPL boilerplate 2023-05-28 10:14:58 +01:00
hfa384x_usb.c staging: wlan-ng: remove function prism2sta_ev_txexc 2023-10-17 15:43:52 +02:00
p80211conv.c staging: wlan-ng: replace pr_debug() with netdev_dbg() 2023-10-16 17:54:04 +02:00
p80211conv.h drivers: staging: wlan-ng: Remove GPL/MPL boilerplate 2023-05-28 10:14:58 +01:00
p80211hdr.h drivers: staging: wlan-ng: Remove GPL/MPL boilerplate 2023-05-28 10:14:58 +01:00
p80211ioctl.h drivers: staging: wlan-ng: Remove GPL/MPL boilerplate 2023-05-28 10:14:58 +01:00
p80211metadef.h drivers: staging: wlan-ng: Remove GPL/MPL boilerplate 2023-05-28 10:14:58 +01:00
p80211metastruct.h drivers: staging: wlan-ng: Remove GPL/MPL boilerplate 2023-05-28 10:14:58 +01:00
p80211mgmt.h drivers: staging: wlan-ng: Remove GPL/MPL boilerplate 2023-05-28 10:14:58 +01:00
p80211msg.h drivers: staging: wlan-ng: Remove GPL/MPL boilerplate 2023-05-28 10:14:58 +01:00
p80211netdev.c drivers: staging: wlan-ng: Remove GPL/MPL boilerplate 2023-05-28 10:14:58 +01:00
p80211netdev.h staging: wlan-ng: remove undefined function 2023-10-16 17:53:38 +02:00
p80211req.c drivers: staging: wlan-ng: Remove GPL/MPL boilerplate 2023-05-28 10:14:58 +01:00
p80211req.h drivers: staging: wlan-ng: Remove GPL/MPL boilerplate 2023-05-28 10:14:58 +01:00
p80211types.h drivers: staging: wlan-ng: Remove GPL/MPL boilerplate 2023-05-28 10:14:58 +01:00
p80211wep.c drivers: staging: wlan-ng: Remove GPL/MPL boilerplate 2023-05-28 10:14:58 +01:00
prism2fw.c staging: wlan-ng: replace strncpy() with strscpy() 2023-10-16 17:53:49 +02:00
prism2mgmt.c drivers: staging: wlan-ng: Remove GPL/MPL boilerplate 2023-05-28 10:14:58 +01:00
prism2mgmt.h staging: wlan-ng: remove function prism2sta_ev_txexc 2023-10-17 15:43:52 +02:00
prism2mib.c drivers: staging: wlan-ng: Remove GPL/MPL boilerplate 2023-05-28 10:14:58 +01:00
prism2sta.c staging: wlan-ng: remove function prism2sta_ev_txexc 2023-10-17 15:43:52 +02:00
prism2usb.c Fix nomenclature for USB and PCI wireless devices 2023-08-25 12:56:49 +03: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.