]> git.baikalelectronics.ru Git - kernel.git/commit
atl1c: use netif_napi_add_tx() for Tx NAPI
authorSieng-Piaw Liew <liew.s.piaw@gmail.com>
Fri, 15 Jul 2022 07:50:43 +0000 (15:50 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Jul 2022 10:31:28 +0000 (11:31 +0100)
commit4e7f0fd02e25a776929f90f9c43fdb2aaffa42be
tree3fe9b64731597d10433475898c25b8c3786b59ce
parent749d555a0438e74886d50f0944e0490f0c42c5b8
atl1c: use netif_napi_add_tx() for Tx NAPI

Use netif_napi_add_tx() for NAPI in Tx direction instead of the regular
netif_napi_add() function.

Signed-off-by: Sieng-Piaw Liew <liew.s.piaw@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/atheros/atl1c/atl1c_main.c