summaryrefslogtreecommitdiffstats
path: root/drivers/Kconfig
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-06-24 16:06:06 -0600
committerDavid S. Miller <davem@davemloft.net>2020-06-25 16:16:21 -0700
commit045790b7bc66a75070c112a61558c639cef2263e (patch)
tree1b90af4ad0784abbcbb8987925a07f4b421b3eb6 /drivers/Kconfig
parent93ab48a97af50c7c62c3c94996002949ffebf004 (diff)
downloadlinux-045790b7bc66a75070c112a61558c639cef2263e.tar.bz2
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: 6570bc79c0df ("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>
Diffstat (limited to 'drivers/Kconfig')
0 files changed, 0 insertions, 0 deletions