From 33b1c8c13fb8c9c3c5320345258a4d33806262f4 Mon Sep 17 00:00:00 2001 From: Malcolm Priestley Date: Wed, 29 Oct 2014 17:43:36 +0000 Subject: staging: vt6655: mac80211 conversion: add new rx functions vnt_receive_frame which replaces device_receive_frame and vnt_rx_data which handles mac80211 rx data structures ieee80211_hw, ieee80211_vif and variable rx_rate are added in structure vnt_private Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6655/dpc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/staging/vt6655/dpc.h') diff --git a/drivers/staging/vt6655/dpc.h b/drivers/staging/vt6655/dpc.h index e97e32811916..dd48e4125477 100644 --- a/drivers/staging/vt6655/dpc.h +++ b/drivers/staging/vt6655/dpc.h @@ -39,4 +39,6 @@ device_receive_frame( PSRxDesc pCurrRD ); +bool vnt_receive_frame(struct vnt_private *priv, PSRxDesc curr_rd); + #endif /* __RXTX_H__ */ -- cgit v1.2.3