Commit 81da7b6d authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by Greg Kroah-Hartman

Staging: rt3070: remove dead MLME_EX code

Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent d7523f56
......@@ -1210,9 +1210,6 @@ typedef struct _MLME_QUEUE_ELEM {
UCHAR Channel;
UCHAR Wcid;
BOOLEAN Occupied;
#ifdef MLME_EX
USHORT Idx;
#endif // MLME_EX //
} MLME_QUEUE_ELEM, *PMLME_QUEUE_ELEM;
typedef struct _MLME_QUEUE {
......
......@@ -67,10 +67,6 @@
#include "dfs.h"
#include "chlist.h"
#include "spectrum.h"
#ifdef MLME_EX
#include "mlme_ex_def.h"
#include "mlme_ex.h"
#endif // MLME_EX //
#ifdef LEAP_SUPPORT
#include "leap.h"
......
......@@ -43,10 +43,6 @@
#include "link_list.h"
#include "spectrum_def.h"
#ifdef MLME_EX
#include "mlme_ex_def.h"
#endif // MLME_EX //
#ifdef CONFIG_STA_SUPPORT
#include "aironet.h"
#endif // CONFIG_STA_SUPPORT //
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment