staging: rtl8192e: Remove unchanged variables bfsync_processing and more
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Sun, 16 Apr 2023 07:20:25 +0000 (09:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Apr 2023 11:55:20 +0000 (13:55 +0200)
Remove unchanged variable bfsync_processing and
rfc_txpowertrackingindex_real to shorten code.

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

index 60fc358..4cf84b5 100644 (file)
@@ -785,7 +785,6 @@ static void _rtl92e_init_priv_variable(struct net_device *dev)
        priv->rtllib->short_slot = 1;
        priv->promisc = (dev->flags & IFF_PROMISC) ? 1 : 0;
        priv->bcck_in_ch14 = false;
-       priv->bfsync_processing  = false;
        priv->cck_present_attn = 0;
        priv->rfa_txpowertrackingindex = 0;
        priv->rfc_txpowertrackingindex = 0;
index c97e315..285dac3 100644 (file)
@@ -357,7 +357,6 @@ struct r8192_priv {
        u8              rfa_txpowertrackingindex_real;
        u8              rfa_txpowertracking_default;
        u8              rfc_txpowertrackingindex;
-       u8              rfc_txpowertrackingindex_real;
        bool            btxpower_tracking;
        bool            bcck_in_ch14;
 
@@ -376,7 +375,6 @@ struct r8192_priv {
        bool            bcurrent_turbo_EDCA;
        bool            bis_cur_rdlstate;
 
-       bool            bfsync_processing;
        u32             rate_record;
        u32             rate_count_diff_rec;
        u32             continue_diff_count;
index 43e335a..56a8ec5 100644 (file)
@@ -998,7 +998,6 @@ void rtl92e_dm_backup_state(struct net_device *dev)
        u32 bit_mask = bMaskByte0;
 
        priv->bswitch_fsync  = false;
-       priv->bfsync_processing = false;
 
        if (dm_digtable.dig_algorithm == DIG_ALGO_BY_RSSI)
                return;