staging: r8188eu: remove PowerIndex_backup from struct dm_priv
authorMichael Straube <straube.linux@gmail.com>
Tue, 21 Sep 2021 19:46:55 +0000 (21:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Sep 2021 15:31:00 +0000 (17:31 +0200)
The field PowerIndex_backup of struct dm_priv is not used, remove it.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210921194658.10654-6-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/rtl8188e_dm.h

index 2209975c0b2de9563d7bef8d05b4038ff3d99724..bfe300730c16151731a77562e31cc392599f4725 100644 (file)
@@ -30,7 +30,6 @@ struct        dm_priv {
 
        /* for High Power */
        u8 DynamicTxHighPowerLvl;/* Tx Power Control for Near/Far Range */
-       u8      PowerIndex_backup[6];
 };
 
 void rtl8188e_init_dm_priv(struct adapter *adapt);