Skip to content

Commit

Permalink
sync with mac80211 ieee80211_rx_napi API change
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • Loading branch information
nbd168 committed May 14, 2016
1 parent e4c05ba commit 810eef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac80211.c
Expand Up @@ -238,5 +238,5 @@ void mt76_rx_complete(struct mt76_dev *dev, enum mt76_rxq_id q)
struct sk_buff *skb;

while ((skb = __skb_dequeue(&dev->rx_skb[q])) != NULL)
ieee80211_rx_napi(dev->hw, skb, &dev->napi[q]);
ieee80211_rx_napi(dev->hw, NULL, skb, &dev->napi[q]);
}

0 comments on commit 810eef8

Please sign in to comment.