summaryrefslogtreecommitdiff
path: root/drivers/staging/winbond/mlmetxrx_f.h
diff options
context:
space:
mode:
authorPekka Enberg <penberg@kernel.org>2010-11-28 21:00:05 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-12-01 22:45:46 (GMT)
commit01b5ceeca5aa45735a987420c83228a9778a791f (patch)
treea0a65706a3c76facd3bee1b5ee281836c9b41db9 /drivers/staging/winbond/mlmetxrx_f.h
parent37b0544a4a455609cbf25fa56441a6f1221dec85 (diff)
downloadlinux-fsl-qoriq-01b5ceeca5aa45735a987420c83228a9778a791f.tar.xz
Staging: w35und: Merge mlmetxrx.c to mds.c
This patch merges mlmetxrx.c to mds.c because it's small and the functions are only used in mto.c. Cc: Pavel Machek <pavel@ucw.cz> Signed-off-by: Pekka Enberg <penberg@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/winbond/mlmetxrx_f.h')
-rw-r--r--drivers/staging/winbond/mlmetxrx_f.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/staging/winbond/mlmetxrx_f.h b/drivers/staging/winbond/mlmetxrx_f.h
deleted file mode 100644
index 6db423b..0000000
--- a/drivers/staging/winbond/mlmetxrx_f.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/* ================================================================
-// 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);
-
-#endif