Commit 4adc5a94 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6656: dead code remove 80211mgr.c/h

Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c6b16e19
This diff is collapsed.
This diff is collapsed.
......@@ -6,7 +6,6 @@ vt6656_stage-y += main_usb.o \
card.o \
mac.o \
baseband.o \
80211mgr.o \
wcmd.o\
rxtx.o \
dpc.o \
......
......@@ -32,7 +32,6 @@
#include <linux/skbuff.h>
#include "80211hdr.h"
#include "80211mgr.h"
#include "card.h"
#define MAX_NODE_NUM 64
......
......@@ -30,7 +30,7 @@
#ifndef __KEY_H__
#define __KEY_H__
#include "80211mgr.h"
#include "device.h"
#define MAX_GROUP_KEY 4
#define MAX_KEY_TABLE 11
......
......@@ -30,7 +30,7 @@
#define __WCMD_H__
#include "80211hdr.h"
#include "80211mgr.h"
#include "device.h"
#define AUTHENTICATE_TIMEOUT 1000 //ms
#define ASSOCIATE_TIMEOUT 1000 //ms
......
......@@ -34,7 +34,6 @@
#ifndef __WMGR_H__
#define __WMGR_H__
#include "80211mgr.h"
#include "80211hdr.h"
#include "wcmd.h"
#include "bssdb.h"
......@@ -332,7 +331,6 @@ struct vnt_manager {
int b11hEnable;
int bSwitchChannel;
u8 byNewChannel;
PWLAN_IE_MEASURE_REP pCurrMeasureEIDRep;
u32 uLengthOfRepEIDs;
u8 abyCurrentMSRReq[sizeof(struct vnt_tx_mgmt)
+ WLAN_A3FR_MAXLEN];
......
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