linux-stable/drivers/staging/wlan-ng
Sebastian Andrzej Siewior 4bcc4249b4 staging: Use netif_rx().
Since commit
   baebdf48c3 ("net: dev: Makes sure netif_rx() can be invoked in any context.")

the function netif_rx() can be used in preemptible/thread context as
well as in interrupt context.

Use netif_rx().

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-staging@lists.linux.dev
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-03-07 11:40:40 +00:00
..
Kconfig
Makefile
README
cfg80211.c
hfa384x.h staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
hfa384x_usb.c staging: wlan-ng: Avoid bitwise vs logical OR warning in hfa384x_usb_throttlefn() 2021-10-15 10:31:34 +02:00
p80211conv.c staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
p80211conv.h staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
p80211hdr.h staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
p80211ioctl.h staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
p80211metadef.h
p80211metastruct.h
p80211mgmt.h staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
p80211msg.h staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
p80211netdev.c staging: Use netif_rx(). 2022-03-07 11:40:40 +00:00
p80211netdev.h staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
p80211req.c staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
p80211req.h staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
p80211types.h staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
p80211wep.c staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
prism2fw.c staging/wlan-ng: Remove all strcpy() uses in favor of strscpy() 2021-07-27 15:11:10 +02:00
prism2mgmt.c staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
prism2mgmt.h staging: wlan-ng: Remove filenames from files 2021-09-13 08:49:42 +02:00
prism2mib.c staging: wlan-ng: Removed unused comments 2021-11-15 10:02:05 +01:00
prism2sta.c staging: use eth_hw_addr_set() in orphan drivers 2021-10-20 19:33:59 +02:00
prism2usb.c staging; wlan-ng: remove duplicate USB device ID 2021-09-21 17:39:11 +02: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.