summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192ee/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/rtl8192ee/pci.c')
-rw-r--r--drivers/staging/rtl8192ee/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192ee/pci.c b/drivers/staging/rtl8192ee/pci.c
index 3fe9b7ba01d6..f3abbcc9f3ba 100644
--- a/drivers/staging/rtl8192ee/pci.c
+++ b/drivers/staging/rtl8192ee/pci.c
@@ -892,7 +892,7 @@ static void _rtl_pci_rx_interrupt(struct ieee80211_hw *hw)
}
/* handle command packet here */
- if (rtlpriv->cfg->ops->rx_command_packet(hw, stats, skb)) {
+ if (rtlpriv->cfg->ops->rx_command_packet(hw, &stats, skb)) {
dev_kfree_skb_any(skb);
goto end;
}