staging: rtl8192ee: Pass large struct by const reference
[deliverable/linux.git] / drivers / staging / rtl8192ee / pci.c
index 3fe9b7ba01d6079dc67a735d1dc6c656680b683e..f3abbcc9f3ba70a065d60b50627a2037716d6680 100644 (file)
@@ -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;
                }
This page took 0.026389 seconds and 5 git commands to generate.