]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: rtl8192e: Remove unused function _rtl92e_dm_init_wa_broadcom_iot
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Fri, 7 Apr 2023 21:50:28 +0000 (23:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Apr 2023 16:03:59 +0000 (18:03 +0200)
Remove unused function _rtl92e_dm_init_wa_broadcom_iot and the variables
that are not any longer used.

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

index 50486f2a6f3afa4a9e9642016f4014cdbd9c6029..93504d5a8578e1c2841764e8925baaccfad0c636 100644 (file)
@@ -173,7 +173,6 @@ static void _rtl92e_dm_pd_th(struct net_device *dev);
 static void _rtl92e_dm_cs_ratio(struct net_device *dev);
 
 static void _rtl92e_dm_init_cts_to_self(struct net_device *dev);
-static void _rtl92e_dm_init_wa_broadcom_iot(struct net_device *dev);
 
 static void _rtl92e_dm_check_edca_turbo(struct net_device *dev);
 static void _rtl92e_dm_check_rx_path_selection(struct net_device *dev);
@@ -1531,16 +1530,6 @@ static void _rtl92e_dm_cts_to_self(struct net_device *dev)
        }
 }
 
-
-static void _rtl92e_dm_init_wa_broadcom_iot(struct net_device *dev)
-{
-       struct r8192_priv *priv = rtllib_priv((struct net_device *)dev);
-       struct rt_hi_throughput *ht_info = priv->rtllib->ht_info;
-
-       ht_info->bWAIotBroadcom = false;
-       ht_info->WAIotTH = WA_IOT_TH_VAL;
-}
-
 static void _rtl92e_dm_check_rf_ctrl_gpio(void *data)
 {
        struct r8192_priv *priv = container_of_dwork_rsl(data,
index 22e4f126ed565cfebbbcaea3c910e5e045c7bc73..f4e9fa849796052e9c6f27d89d5f5606e9a0e0c2 100644 (file)
@@ -162,9 +162,6 @@ struct rt_hi_throughput {
        u8                              IOTPeer;
        u32 iot_action;
        u8 iot_ra_func;
-
-       u8      bWAIotBroadcom;
-       u8      WAIotTH;
 } __packed;
 
 struct bss_ht {