Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jes Sorensen and committed by
Greg Kroah-Hartman
f2750d90 e899c917

-7
-2
drivers/staging/rtl8723au/core/rtw_mlme_ext.c
··· 5215 5215 struct mlme_ext_info *pmlmeinfo = &pmlmeext->mlmext_info; 5216 5216 struct sta_priv *pstapriv = &padapter->stapriv; 5217 5217 5218 - rtl8723a_sreset_linked_status_check(padapter); 5219 - 5220 5218 if (is_client_associated_to_ap23a(padapter)) { 5221 5219 /* linked infrastructure client mode */ 5222 5220
-4
drivers/staging/rtl8723au/hal/rtl8723a_sreset.c
··· 53 53 } 54 54 } 55 55 } 56 - 57 - void rtl8723a_sreset_linked_status_check(struct rtw_adapter *padapter) 58 - { 59 - }
-1
drivers/staging/rtl8723au/include/rtl8723a_sreset.h
··· 20 20 #include <rtw_sreset.h> 21 21 22 22 void rtl8723a_sreset_xmit_status_check(struct rtw_adapter *padapter); 23 - void rtl8723a_sreset_linked_status_check(struct rtw_adapter *padapter); 24 23 25 24 #endif