Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef3bf091 authored by Pekka Enberg's avatar Pekka Enberg Committed by Greg Kroah-Hartman
Browse files

Staging: w35und: Cleanup the mlmetxrx_f.h header file



This patch removes the unused MLMEProcThread and MLMEReturnPacket
declarations and indents the header file.

Acked-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarPekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 27f362e7
Loading
Loading
Loading
Loading
+6 −18
Original line number Diff line number Diff line
@@ -10,28 +10,16 @@

#include "core.h"

void
MLMEProcThread(
     struct wbsoft_priv *    adapter
	);

void MLME_GetNextPacket(struct wbsoft_priv *adapter, PDESCRIPTOR pDes);
u8 MLMESendFrame(struct wbsoft_priv *adapter,
					u8	*pMMPDU,
					u16	len,
					 u8	DataType);
		 u8 * pMMPDU, u16 len, u8 DataType);

void
MLME_SendComplete(  struct wbsoft_priv * adapter,  u8 PacketID,  unsigned char SendOK );
MLME_SendComplete(struct wbsoft_priv *adapter, u8 PacketID,
		  unsigned char SendOK);

void
MLMEReturnPacket(
     struct wbsoft_priv *    adapter,
     u8 *          pRxBufer
   );
#ifdef _IBSS_BEACON_SEQ_STICK_
s8 SendBCNullData(struct wbsoft_priv *adapter, u16 wIdx);
#endif

#endif