r8169: use new macro netif_subqueue_completed_wake in the tx cleanup path
authorHeiner Kallweit <hkallweit1@gmail.com>
Mon, 17 Apr 2023 09:38:36 +0000 (11:38 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 18 Apr 2023 10:59:01 +0000 (12:59 +0200)
commit1a31ae00482cb6b271ae62a72c7f0a0ad8f038fc
treebf8aefd20fcaf0fd68bc52759d92474b6ea8ea26
parent8624e9bbef641731e1b305c71187cb5dd63673ab
r8169: use new macro netif_subqueue_completed_wake in the tx cleanup path

Use new net core macro netif_subqueue_completed_wake to simplify
the code of the tx cleanup path.

Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/realtek/r8169_main.c