Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platf...
[pandora-kernel.git] / drivers / staging / winbond / mlmetxrx_f.h
1 /* ================================================================
2 // MLMETxRx.H --
3 //
4 //   Functions defined in MLMETxRx.c.
5 //
6 // Copyright (c) 2002 Winbond Electrics Corp. All Rights Reserved.
7 //================================================================ */
8 #ifndef _MLMETXRX_H
9 #define _MLMETXRX_H
10
11 #include "core.h"
12
13 void MLME_GetNextPacket(struct wbsoft_priv *adapter, struct wb35_descriptor *pDes);
14 u8 MLMESendFrame(struct wbsoft_priv *adapter,
15                  u8 *pMMPDU, u16 len, u8 DataType);
16
17 void
18 MLME_SendComplete(struct wbsoft_priv *adapter, u8 PacketID,
19                   unsigned char SendOK);
20
21 #ifdef _IBSS_BEACON_SEQ_STICK_
22 s8 SendBCNullData(struct wbsoft_priv *adapter, u16 wIdx);
23 #endif
24
25 #endif