staging: rtl8723au: Remove no-op rtl8723a_sreset_linked_status_check()

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Jes Sorensen 2014-06-26 10:20:54 +02:00 committed by Greg Kroah-Hartman
parent e899c9176a
commit f2750d9056
3 changed files with 0 additions and 7 deletions

View File

@ -5215,8 +5215,6 @@ void linked_status_chk23a(struct rtw_adapter *padapter)
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 */

View File

@ -53,7 +53,3 @@ void rtl8723a_sreset_xmit_status_check(struct rtw_adapter *padapter)
}
}
}
void rtl8723a_sreset_linked_status_check(struct rtw_adapter *padapter)
{
}

View File

@ -20,6 +20,5 @@
#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