linux-stable/drivers/net/wireless/ath
Jason A. Donenfeld 045790b7bc wil6210: account for napi_gro_receive never returning GRO_DROP
The napi_gro_receive function no longer returns GRO_DROP ever, making
handling GRO_DROP dead code. This commit removes that dead code.
Further, it's not even clear that device drivers have any business in
taking action after passing off received packets; that's arguably out of
their hands. In this case, too, the non-gro path didn't bother checking
the return value. Plus, this had some clunky debugging functions that
duplicated code from elsewhere and was generally pretty messy. So, this
commit cleans that all up too.

Fixes: 6570bc79c0 ("net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()")
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-06-25 16:16:21 -07:00
..
ar5523 treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
ath5k treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
ath6kl treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
ath9k treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
ath10k treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
ath11k treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
carl9170 carl9170: Replace zero-length array with flexible-array 2020-05-12 10:31:49 +03:00
wcn36xx treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
wil6210 wil6210: account for napi_gro_receive never returning GRO_DROP 2020-06-25 16:16:21 -07:00
ath.h
debug.c
dfs_pattern_detector.c
dfs_pattern_detector.h
dfs_pri_detector.c
dfs_pri_detector.h
hw.c
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
key.c
main.c
Makefile ath11k: driver for Qualcomm IEEE 802.11ax devices 2019-11-25 14:16:34 +02:00
reg.h
regd.c ath: add support for special 0x0 regulatory domain 2019-12-02 12:08:01 +02:00
regd.h
regd_common.h
spectral_common.h
trace.c
trace.h