staging: r8188eu: remove LastMinUndecoratedPWDBForDM
authorMartin Kaiser <martin@kaiser.cx>
Mon, 11 Oct 2021 20:11:55 +0000 (22:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Oct 2021 12:27:14 +0000 (14:27 +0200)
LastMinUndecoratedPWDBForDM in struct dm_priv is not used. Remove it.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20211011201159.10252-5-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/rtl8188e_dm.h

index 0dec2828a3a6e3a6c5a1b7c6a4e115744f34c2c7..4a0608313f7a7c79eb80bfaeb2ec4a49b5f3c07b 100644 (file)
@@ -26,7 +26,6 @@ struct        dm_priv {
        int     EntryMinUndecoratedSmoothedPWDB;
        int     EntryMaxUndecoratedSmoothedPWDB;
        int     MinUndecoratedPWDBForDM;
-       int     LastMinUndecoratedPWDBForDM;
 };
 
 void rtl8188e_init_dm_priv(struct adapter *adapt);