aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192ee/rtl8192ee/trx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/rtl8192ee/rtl8192ee/trx.h')
-rw-r--r--drivers/staging/rtl8192ee/rtl8192ee/trx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192ee/rtl8192ee/trx.h b/drivers/staging/rtl8192ee/rtl8192ee/trx.h
index c2cd5813a2b9..e04ee7e6d9b2 100644
--- a/drivers/staging/rtl8192ee/rtl8192ee/trx.h
+++ b/drivers/staging/rtl8192ee/rtl8192ee/trx.h
@@ -872,6 +872,6 @@ void rtl92ee_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc,
bool b_firstseg, bool b_lastseg,
struct sk_buff *skb);
u32 rtl92ee_rx_command_packet(struct ieee80211_hw *hw,
- struct rtl_stats status,
+ const struct rtl_stats *status,
struct sk_buff *skb);
#endif