staging: r8188eu: remove last_tx_complete_time
authorMartin Kaiser <martin@kaiser.cx>
Sun, 24 Oct 2021 18:04:47 +0000 (20:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Oct 2021 07:09:44 +0000 (09:09 +0200)
commit562f1bf39ad79782d3a9091baf9e8a83f242f1ca
tree8b7a0c02c8df8df95a03fc950c0b5bd7d2ab1bf1
parent4d911d4ea49d9926b985e9864d842b4373a4d95b
staging: r8188eu: remove last_tx_complete_time

last_tx_complete_time from struct sreset_priv is set / calculated when a
packet is sent out. Like other sreset_priv components, it is not read and
can be removed.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20211024180448.20624-5-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_sreset.c
drivers/staging/r8188eu/hal/rtl8188e_sreset.c
drivers/staging/r8188eu/include/rtw_sreset.h
drivers/staging/r8188eu/os_dep/usb_ops_linux.c