mac80211: allow passing transmitter station on RX
[deliverable/linux.git] / drivers / net / wireless / intel / iwlwifi / dvm / rx.c
index 52ab1e012e8f27d16d9b02b125baba403459253d..27ea61e3a390bf1d85b4e5137d5c0ffc412aaf29 100644 (file)
@@ -686,7 +686,7 @@ static void iwlagn_pass_packet_to_mac80211(struct iwl_priv *priv,
 
        memcpy(IEEE80211_SKB_RXCB(skb), stats, sizeof(*stats));
 
-       ieee80211_rx_napi(priv->hw, skb, priv->napi);
+       ieee80211_rx_napi(priv->hw, NULL, skb, priv->napi);
 }
 
 static u32 iwlagn_translate_rx_status(struct iwl_priv *priv, u32 decrypt_in)
This page took 0.035542 seconds and 5 git commands to generate.