diff options
| author | Philipp Hortmann <philipp.g.hortmann@gmail.com> | 2023-01-18 20:59:37 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-01-19 14:24:21 +0100 |
| commit | 5190cd2a203d125b2dfb7eaabdad496811e9d5fd (patch) | |
| tree | 02375299081d2275fe6c248401b4060cad617789 /drivers/staging/rtl8192e | |
| parent | bc989fff450e8fbbc049b9858d56d572731283d2 (diff) | |
| download | linux-next-5190cd2a203d125b2dfb7eaabdad496811e9d5fd.tar.gz linux-next-5190cd2a203d125b2dfb7eaabdad496811e9d5fd.zip | |
staging: rtl8192e: Remove unused variable H2CTxCmdSeq
H2CTxCmdSeq is never used. Remove resulting dead code.
Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/3e6da78dff15cb5e5e26450d8e3f23e2e10ce61f.1674071236.git.philipp.g.hortmann@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e')
| -rw-r--r-- | drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 2 |
1 files changed, 0 insertions, 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; |
