staging: rtl8192e: Remove unused variable framesyncC34
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Wed, 18 Jan 2023 19:59:21 +0000 (20:59 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jan 2023 13:24:21 +0000 (14:24 +0100)
framesyncC34 is written and then never evaluated. Remove resulting dead
code.

Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/e641717f1b89dd9bba99a0f14fc2c24996cb6bd7.1674071236.git.philipp.g.hortmann@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c
drivers/staging/rtl8192e/rtl8192e/rtl_core.h

index ed27bdb..aafe39e 100644 (file)
@@ -580,7 +580,6 @@ void rtl92e_get_tx_power(struct net_device *dev)
        priv->def_initial_gain[3] = rtl92e_readb(dev, rOFDM0_XDAGCCore1);
 
        priv->framesync = rtl92e_readb(dev, rOFDM0_RxDetector3);
-       priv->framesyncC34 = rtl92e_readl(dev, rOFDM0_RxDetector2);
 }
 
 void rtl92e_set_tx_power(struct net_device *dev, u8 channel)
index feb48ee..626a2bc 100644 (file)
@@ -513,7 +513,6 @@ struct r8192_priv {
        u32             continue_diff_count;
        bool            bswitch_fsync;
        u8              framesync;
-       u32             framesyncC34;
        u8              frame_sync_monitor;
 
        u32             reset_count;