staging: vt6655: dead code remove 80211mgr.c and functions

80211mgr.h header will be removed later

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Malcolm Priestley 2014-10-29 17:55:45 +00:00 committed by Greg Kroah-Hartman
parent 5e6fc9d7e4
commit 7910356c7f
3 changed files with 0 additions and 1117 deletions

File diff suppressed because it is too large Load diff

View file

@ -612,114 +612,4 @@ typedef struct tagWLAN_FR_DEAUTHEN {
unsigned short *pwReason;
} WLAN_FR_DEAUTHEN, *PWLAN_FR_DEAUTHEN;
void
vMgrEncodeBeacon(
PWLAN_FR_BEACON pFrame
);
void
vMgrDecodeBeacon(
PWLAN_FR_BEACON pFrame
);
void
vMgrEncodeIBSSATIM(
PWLAN_FR_IBSSATIM pFrame
);
void
vMgrDecodeIBSSATIM(
PWLAN_FR_IBSSATIM pFrame
);
void
vMgrEncodeDisassociation(
PWLAN_FR_DISASSOC pFrame
);
void
vMgrDecodeDisassociation(
PWLAN_FR_DISASSOC pFrame
);
void
vMgrEncodeAssocRequest(
PWLAN_FR_ASSOCREQ pFrame
);
void
vMgrDecodeAssocRequest(
PWLAN_FR_ASSOCREQ pFrame
);
void
vMgrEncodeAssocResponse(
PWLAN_FR_ASSOCRESP pFrame
);
void
vMgrDecodeAssocResponse(
PWLAN_FR_ASSOCRESP pFrame
);
void
vMgrEncodeReassocRequest(
PWLAN_FR_REASSOCREQ pFrame
);
void
vMgrDecodeReassocRequest(
PWLAN_FR_REASSOCREQ pFrame
);
void
vMgrEncodeProbeRequest(
PWLAN_FR_PROBEREQ pFrame
);
void
vMgrDecodeProbeRequest(
PWLAN_FR_PROBEREQ pFrame
);
void
vMgrEncodeProbeResponse(
PWLAN_FR_PROBERESP pFrame
);
void
vMgrDecodeProbeResponse(
PWLAN_FR_PROBERESP pFrame
);
void
vMgrEncodeAuthen(
PWLAN_FR_AUTHEN pFrame
);
void
vMgrDecodeAuthen(
PWLAN_FR_AUTHEN pFrame
);
void
vMgrEncodeDeauthen(
PWLAN_FR_DEAUTHEN pFrame
);
void
vMgrDecodeDeauthen(
PWLAN_FR_DEAUTHEN pFrame
);
void
vMgrEncodeReassocResponse(
PWLAN_FR_REASSOCRESP pFrame
);
void
vMgrDecodeReassocResponse(
PWLAN_FR_REASSOCRESP pFrame
);
#endif/* __80211MGR_H__ */

View file

@ -8,7 +8,6 @@ vt6655_stage-y += device_main.o \
mac.o \
baseband.o \
wctl.o \
80211mgr.o \
rxtx.o \
dpc.o \
power.o \