Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162413
b: refs/heads/master
c: ef3bf09
h: refs/heads/master
i:
  162411: 4c2168d
v: v3
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 477f3f0 commit 15bd691
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 27f362e7692be874348c02ac8676367842c842cc
refs/heads/master: ef3bf091f33ea0358323da5a163e98e9c78bed32
24 changes: 6 additions & 18 deletions trunk/drivers/staging/winbond/mlmetxrx_f.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,16 @@

#include "core.h"

void
MLMEProcThread(
struct wbsoft_priv * adapter
);

void MLME_GetNextPacket( struct wbsoft_priv * adapter, PDESCRIPTOR pDes );
u8 MLMESendFrame( 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
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_
s8 SendBCNullData(struct wbsoft_priv * adapter, u16 wIdx);
s8 SendBCNullData(struct wbsoft_priv *adapter, u16 wIdx);
#endif

#endif

0 comments on commit 15bd691

Please sign in to comment.