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: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Pekka Enberg 2009-08-12 11:03:35 +03:00 коммит произвёл Greg Kroah-Hartman
Родитель 27f362e769
Коммит ef3bf091f3
1 изменённых файлов: 6 добавлений и 18 удалений

Просмотреть файл

@ -10,28 +10,16 @@
#include "core.h" #include "core.h"
void void MLME_GetNextPacket(struct wbsoft_priv *adapter, PDESCRIPTOR pDes);
MLMEProcThread( u8 MLMESendFrame(struct wbsoft_priv *adapter,
struct wbsoft_priv * adapter u8 * pMMPDU, u16 len, u8 DataType);
);
void MLME_GetNextPacket( struct wbsoft_priv * adapter, PDESCRIPTOR pDes );
u8 MLMESendFrame( struct wbsoft_priv * adapter,
u8 *pMMPDU,
u16 len,
u8 DataType);
void 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_ #ifdef _IBSS_BEACON_SEQ_STICK_
s8 SendBCNullData(struct wbsoft_priv * adapter, u16 wIdx); s8 SendBCNullData(struct wbsoft_priv *adapter, u16 wIdx);
#endif #endif
#endif #endif