Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1286

File changed.

Preview size limit exceeded, changes collapsed.

+0 −8
Original line number Diff line number Diff line
@@ -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);