Commit 01b89792 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

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: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2759e217
This diff is collapsed.
...@@ -29,15 +29,7 @@ ...@@ -29,15 +29,7 @@
#ifndef __DPC_H__ #ifndef __DPC_H__
#define __DPC_H__ #define __DPC_H__
#include "ttype.h"
#include "device.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); bool vnt_receive_frame(struct vnt_private *priv, PSRxDesc curr_rd);
......
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