Commit 7c96ffc5 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by Greg Kroah-Hartman

Staging: rt3070: remove dead *WSC_INCLUDED code

Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b03e645c
......@@ -72,11 +72,6 @@
#include "mlme_ex.h"
#endif // MLME_EX //
#undef AP_WSC_INCLUDED
#undef STA_WSC_INCLUDED
#undef WSC_INCLUDED
#ifdef LEAP_SUPPORT
#include "leap.h"
#endif // LEAP_SUPPORT //
......@@ -96,13 +91,6 @@
#include "rt_ate.h"
#endif // RALINK_ATE //
#if defined(AP_WSC_INCLUDED) || defined(STA_WSC_INCLUDED)
#define WSC_INCLUDED
#endif
#ifdef CONFIG_STA_SUPPORT
#ifdef NATIVE_WPA_SUPPLICANT_SUPPORT
#ifndef WPA_SUPPLICANT_SUPPORT
......
......@@ -538,20 +538,6 @@ DECLARE_TIMER_FUNCTION(DlsTimeoutAction);
#endif // QOS_DLS_SUPPORT //
#endif // CONFIG_STA_SUPPORT //
#undef AP_WSC_INCLUDED
#undef STA_WSC_INCLUDED
#undef WSC_INCLUDED
#ifdef CONFIG_STA_SUPPORT
#endif // CONFIG_STA_SUPPORT //
#if defined(AP_WSC_INCLUDED) || defined(STA_WSC_INCLUDED)
#define WSC_INCLUDED
#endif
void RTMP_GetCurrentSystemTime(LARGE_INTEGER *time);
......
......@@ -51,22 +51,6 @@
#include "aironet.h"
#endif // CONFIG_STA_SUPPORT //
#undef AP_WSC_INCLUDED
#undef STA_WSC_INCLUDED
#undef WSC_INCLUDED
#ifdef CONFIG_STA_SUPPORT
#endif // CONFIG_STA_SUPPORT //
#if defined(AP_WSC_INCLUDED) || defined(STA_WSC_INCLUDED)
#define WSC_INCLUDED
#endif
//#define DBG 1
//#define DBG_DIAGNOSE 1
......
......@@ -41,17 +41,6 @@
#include "oid.h"
#undef AP_WSC_INCLUDED
#undef STA_WSC_INCLUDED
#undef WSC_INCLUDED
#ifdef CONFIG_STA_SUPPORT
#endif // CONFIG_STA_SUPPORT //
#if defined(AP_WSC_INCLUDED) || defined(STA_WSC_INCLUDED)
#define WSC_INCLUDED
#endif
//
// Debug information verbosity: lower values indicate higher urgency
//
......
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