GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / staging / winbond / mlmetxrx_f.h
blobd1aa2617d24b0de88a84aaa95587468adb016f45
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
11 #include "core.h"
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);
17 void
18 MLME_SendComplete(struct wbsoft_priv *adapter, u8 PacketID,
19 unsigned char SendOK);
21 #ifdef _IBSS_BEACON_SEQ_STICK_
22 s8 SendBCNullData(struct wbsoft_priv *adapter, u16 wIdx);
23 #endif
25 #endif