Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        struct mlme_ext_info *pmlmeinfo = &pmlmeext->mlmext_info;
        struct sta_priv *pstapriv = &padapter->stapriv;
 
-       rtl8723a_sreset_linked_status_check(padapter);
-
        if (is_client_associated_to_ap23a(padapter)) {
                /* linked infrastructure client mode */
 
 
                }
        }
 }
-
-void rtl8723a_sreset_linked_status_check(struct rtw_adapter *padapter)
-{
-}
 
 #include <rtw_sreset.h>
 
 void rtl8723a_sreset_xmit_status_check(struct rtw_adapter *padapter);
-void rtl8723a_sreset_linked_status_check(struct rtw_adapter *padapter);
 
 #endif