1
0
Fork 0

staging: rtl8723au: Move rtw_do_join23a() prototype to rtw_ioctl_set.h

rtw_do_join23a() is declared in rtw_ioctl_set.c so move the prototype
to it's correct place, and remove duplicate protoype from rtw_mlme.c

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
wifi-calibration
Jes Sorensen 2014-05-09 15:04:08 +02:00 committed by Greg Kroah-Hartman
parent 7871778259
commit 95b0f20008
3 changed files with 1 additions and 3 deletions

View File

@ -26,8 +26,6 @@
#include <wlan_bssdef.h>
#include <rtw_ioctl_set.h>
extern u8 rtw_do_join23a(struct rtw_adapter * padapter);
static void rtw_init_mlme_timer(struct rtw_adapter *padapter)
{
struct mlme_priv *pmlmepriv = &padapter->mlmepriv;

View File

@ -139,6 +139,5 @@ void _rtw_init_queue23a(struct rtw_queue *pqueue);
((u32) (a)[2]))
s32 c2h_evt_hdl(struct rtw_adapter *adapter, struct c2h_evt_hdr *c2h_evt, c2h_id_filter filter);
u8 rtw_do_join23a(struct rtw_adapter *padapter);
#endif

View File

@ -29,5 +29,6 @@ u8 rtw_set_802_11_ssid23a(struct rtw_adapter * padapter, struct cfg80211_ssid *
u16 rtw_get_cur_max_rate23a(struct rtw_adapter *adapter);
s32 FillH2CCmd(struct rtw_adapter *padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer);
u8 rtw_do_join23a(struct rtw_adapter *padapter);
#endif