mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 15:11:31 +00:00
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:
parent
2759e2172d
commit
01b8979244
File diff suppressed because it is too large
Load Diff
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user