]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/blob - drivers/staging/winbond/mlmetxrx_f.h
26cf101a5a44718c5ad10e50ce420e923929dd7c
[lisovros/linux_canprio.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
14 MLMEProcThread(
15      struct wbsoft_priv *    adapter
16         );
17
18 void MLME_GetNextPacket(  struct wbsoft_priv * adapter,  PDESCRIPTOR pDes );
19 u8 MLMESendFrame( struct wbsoft_priv * adapter,
20                                         u8      *pMMPDU,
21                                         u16     len,
22                                          u8     DataType);
23
24 void
25 MLME_SendComplete(  struct wbsoft_priv * adapter,  u8 PacketID,  unsigned char SendOK );
26
27 void
28 MLMEReturnPacket(
29      struct wbsoft_priv *    adapter,
30      u8 *          pRxBufer
31    );
32 #ifdef _IBSS_BEACON_SEQ_STICK_
33 s8 SendBCNullData(struct wbsoft_priv * adapter, u16 wIdx);
34 #endif
35
36 #endif
37