OSDN Git Service

staging: rtl8723au: Remove no-op rtl8723a_sreset_linked_status_check()
authorJes Sorensen <Jes.Sorensen@redhat.com>
Thu, 26 Jun 2014 08:20:54 +0000 (10:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jun 2014 00:34:17 +0000 (20:34 -0400)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_mlme_ext.c
drivers/staging/rtl8723au/hal/rtl8723a_sreset.c
drivers/staging/rtl8723au/include/rtl8723a_sreset.h

index 09e5a59..3655ee5 100644 (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 */
 
index 54a08a1..3c46294 100644 (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)
-{
-}
index 82af6a2..6197910 100644 (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