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

Staging: rt3070: remove dead MLME_EX code

parent d7523f56
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 {
+0 −4
Original line number Diff line number Diff line
@@ -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"
+0 −4
Original line number Diff line number Diff line
@@ -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 //