mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-15 21:21:49 -04:00
staging: rtl8723au: Remove dummy function rtw_hostapd_mlme_rx23a()
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c8bdc729c2
commit
684ad6ee72
@@ -646,8 +646,6 @@ void mgt_dispatcher23a(struct rtw_adapter *padapter,
|
||||
break;
|
||||
default:
|
||||
_mgt_dispatcher23a(padapter, ptable, precv_frame);
|
||||
if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true)
|
||||
rtw_hostapd_mlme_rx23a(padapter, precv_frame);
|
||||
break;
|
||||
}
|
||||
#else
|
||||
|
||||
@@ -24,7 +24,6 @@ void _rtw_free_recv_priv23a (struct recv_priv *precvpriv);
|
||||
int rtw_recv_entry23a(struct recv_frame *precv_frame);
|
||||
int rtw_recv_indicatepkt23a(struct rtw_adapter *adapter, struct recv_frame *precv_frame);
|
||||
|
||||
void rtw_hostapd_mlme_rx23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame);
|
||||
void rtw_handle_tkip_mic_err23a(struct rtw_adapter *padapter, u8 bgroup);
|
||||
|
||||
int rtw_init_recv_priv(struct recv_priv *precvpriv, struct rtw_adapter *padapter);
|
||||
|
||||
@@ -69,11 +69,6 @@ void rtw_handle_tkip_mic_err23a(struct rtw_adapter *padapter, u8 bgroup)
|
||||
wrqu.data.length = sizeof(ev);
|
||||
}
|
||||
|
||||
void rtw_hostapd_mlme_rx23a(struct rtw_adapter *padapter,
|
||||
struct recv_frame *precv_frame)
|
||||
{
|
||||
}
|
||||
|
||||
int rtw_recv_indicatepkt23a(struct rtw_adapter *padapter,
|
||||
struct recv_frame *precv_frame)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user