summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx/data_rx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/wfx/data_rx.h')
-rw-r--r--drivers/staging/wfx/data_rx.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/staging/wfx/data_rx.h b/drivers/staging/wfx/data_rx.h
index 84d0e3c0507b..cf708f16d602 100644
--- a/drivers/staging/wfx/data_rx.h
+++ b/drivers/staging/wfx/data_rx.h
@@ -10,9 +10,8 @@
struct wfx_vif;
struct sk_buff;
-struct hif_ind_rx;
+struct wfx_hif_ind_rx;
-void wfx_rx_cb(struct wfx_vif *wvif,
- const struct hif_ind_rx *arg, struct sk_buff *skb);
+void wfx_rx_cb(struct wfx_vif *wvif, const struct wfx_hif_ind_rx *arg, struct sk_buff *skb);
#endif