aboutsummaryrefslogtreecommitdiffstats
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wfx/data_rx.h b/drivers/staging/wfx/data_rx.h
index a50ce352bc5e..61c28bfd2a37 100644
--- a/drivers/staging/wfx/data_rx.h
+++ b/drivers/staging/wfx/data_rx.h
@@ -13,7 +13,7 @@
struct wfx_vif;
struct sk_buff;
-void wfx_rx_cb(struct wfx_vif *wvif, struct hif_ind_rx *arg,
- struct sk_buff *skb);
+void wfx_rx_cb(struct wfx_vif *wvif,
+ const struct hif_ind_rx *arg, struct sk_buff *skb);
#endif /* WFX_DATA_RX_H */