Commit 87e0e92b authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by Greg Kroah-Hartman

Staging: rt2860: remove dead NINTENDO_AP code

Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 3d33a60a
......@@ -2596,28 +2596,6 @@ typedef struct _INF_USB_CONFIG
};
#endif // IKANOS_VX_1X0 //
#ifdef NINTENDO_AP
typedef struct _NINDO_CTRL_BLOCK {
RT_NINTENDO_TABLE DS_TABLE;
#ifdef CHIP25XX
spinlock_t NINTENDO_TABLE_Lock;
#else
NDIS_SPIN_LOCK NINTENDO_TABLE_Lock;
#endif // CHIP25XX //
UCHAR NINTENDO_UP_BUFFER[512];
UCHAR Local_KeyIdx;
CIPHER_KEY Local_SharedKey;
UCHAR Local_bHideSsid;
UCHAR Local_AuthMode;
UCHAR Local_WepStatus;
USHORT Local_CapabilityInfo;
} NINDO_CTRL_BLOCK;
#endif // NINTENDO_AP //
#ifdef DBG_DIAGNOSE
#define DIAGNOSE_TIME 10 // 10 sec
typedef struct _RtmpDiagStrcut_
......@@ -2998,11 +2976,6 @@ typedef struct _RTMP_ADAPTER
UCHAR flg_be_adjust;
ULONG be_adjust_last_time;
#ifdef NINTENDO_AP
NINDO_CTRL_BLOCK nindo_ctrl_block;
#endif // NINTENDO_AP //
#ifdef IKANOS_VX_1X0
struct IKANOS_TX_INFO IkanosTxInfo;
struct IKANOS_TX_INFO IkanosRxInfo[MAX_MBSSID_NUM + MAX_WDS_ENTRY + MAX_APCLI_NUM + MAX_MESH_NUM];
......
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