Commit 7910356c authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

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

80211mgr.h header will be removed later
Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5e6fc9d7
This diff is collapsed.
......@@ -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__ */
......@@ -8,7 +8,6 @@ vt6655_stage-y += device_main.o \
mac.o \
baseband.o \
wctl.o \
80211mgr.o \
rxtx.o \
dpc.o \
power.o \
......
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