2023-01-18 20:12:45

by Philipp Hortmann

[permalink] [raw]
Subject: [PATCH 7/9] staging: rtl8192e: Remove unused variable H2CTxCmdSeq

H2CTxCmdSeq is never used. Remove resulting dead code.

Signed-off-by: Philipp Hortmann <[email protected]>
---
drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_core.h b/drivers/staging/rtl8192e/rtl8192e/rtl_core.h
index e90cc61b3817..12a869a556bb 100644
--- a/drivers/staging/rtl8192e/rtl8192e/rtl_core.h
+++ b/drivers/staging/rtl8192e/rtl8192e/rtl_core.h
@@ -525,8 +525,6 @@ struct r8192_priv {
bool force_lps;

bool chan_forced;
-
- u8 H2CTxCmdSeq;
};

extern const struct ethtool_ops rtl819x_ethtool_ops;
--
2.39.0