staging: vt6655: dpc.c/h remove dead functions

s_byGetRateIdx
s_vGetDASA
s_vProcessRxMACHeader
s_bAPModeRxCtl
s_bAPModeRxData
s_bHandleRxEncryption
s_bHostWepRxEncryption
s_vProcessRxMACHeader
s_byGetRateIdx
s_vGetDASA
device_receive_frame
s_bAPModeRxCtl

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:26 +00:00 committed by Greg Kroah-Hartman
parent 2759e2172d
commit 01b8979244
2 changed files with 0 additions and 1294 deletions

File diff suppressed because it is too large Load diff

View file

@ -29,15 +29,7 @@
#ifndef __DPC_H__
#define __DPC_H__
#include "ttype.h"
#include "device.h"
#include "wcmd.h"
bool
device_receive_frame(
struct vnt_private *,
PSRxDesc pCurrRD
);
bool vnt_receive_frame(struct vnt_private *priv, PSRxDesc curr_rd);