rt2x00: remove last_nostatus_check

We do not any longer check txstatus timeout from tasklet, so do not need
this optimization.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
Stanislaw Gruszka
2019-03-27 10:58:29 +01:00
committed by Kalle Valo
parent e5ceab9df4
commit eb662b1dc6
3 changed files with 0 additions and 12 deletions

View File

@@ -980,8 +980,6 @@ struct rt2x00_dev {
*/
DECLARE_KFIFO_PTR(txstatus_fifo, u32);
unsigned long last_nostatus_check;
/*
* Timer to ensure tx status reports are read (rt2800usb).
*/