aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/winbond/mlmetxrx_f.h
blob: 012507fc49e3b0c9bf30853e976a8d6d6c7abc6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* ================================================================
// MLMETxRx.H --
//
//   Functions defined in MLMETxRx.c.
//
// Copyright (c) 2002 Winbond Electrics Corp. All Rights Reserved.
//================================================================ */
#ifndef _MLMETXRX_H
#define _MLMETXRX_H

#include "core.h"

void MLME_GetNextPacket(struct wbsoft_priv *adapter, struct wb35_descriptor *pDes);

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

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

#endif