staging: r8188eu: remove two write-only wifi direct variables
authorMartin Kaiser <martin@kaiser.cx>
Sun, 5 Dec 2021 15:12:49 +0000 (16:12 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 7 Dec 2021 10:11:34 +0000 (11:11 +0100)
Remove two variables related to wifidirect which are set but not used.

Acked-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20211205151251.6861-9-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_p2p.c
drivers/staging/r8188eu/include/rtw_mlme.h

index b265b5e..315a9e6 100644 (file)
@@ -1806,8 +1806,6 @@ void reset_global_wifidirect_info(struct adapter *padapter)
        pwdinfo = &padapter->wdinfo;
        pwdinfo->persistent_supported = 0;
        pwdinfo->session_available = true;
-       pwdinfo->wfd_tdls_enable = 0;
-       pwdinfo->wfd_tdls_weaksec = 0;
 }
 
 void rtw_init_wifidirect_timers(struct adapter *padapter)
@@ -1912,7 +1910,6 @@ void init_wifidirect_info(struct adapter *padapter, enum P2P_ROLE role)
        memset(pwdinfo->rx_prov_disc_info.strconfig_method_desc_of_prov_disc_req, 0x00, 4);
        memset(pwdinfo->rx_prov_disc_info.strconfig_method_desc_of_prov_disc_req, '0', 3);
        memset(&pwdinfo->groupid_info, 0x00, sizeof(struct group_id_info));
-       pwdinfo->wfd_tdls_enable = 0;
        memset(pwdinfo->p2p_peer_interface_addr, 0x00, ETH_ALEN);
        memset(pwdinfo->p2p_peer_device_addr, 0x00, ETH_ALEN);
 
index e8d51f4..77169c1 100644 (file)
@@ -243,18 +243,6 @@ struct wifidirect_info {
         * by using the sta_preset CAPI. */
        /*      0: disable */
        /*      1: enable */
-       u8 wfd_tdls_enable; /* Flag to enable or disable the TDLS by WFD Sigma*/
-                           /* 0: disable */
-                           /*  1: enable */
-       u8 wfd_tdls_weaksec; /* Flag to enable or disable the weak security
-                             * function for TDLS by WFD Sigma */
-                            /* 0: disable */
-                            /* In this case, the driver can't issue the tdsl
-                             * setup request frame. */
-                            /* 1: enable */
-                            /* In this case, the driver can issue the tdls
-                             * setup request frame */
-                            /* even the current security is weak security. */
 
        /* This field will store the WPS value (PIN value or PBC) that UI had
         * got from the user. */