diff options
Diffstat (limited to 'net/mac80211/rx.c')
-rw-r--r-- | net/mac80211/rx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index 9700c1c5b3cf..b5f2e4c25c7e 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c | |||
@@ -1474,7 +1474,8 @@ void __ieee80211_rx(struct ieee80211_hw *hw, struct sk_buff *skb, | |||
1474 | if (net_ratelimit()) | 1474 | if (net_ratelimit()) |
1475 | printk(KERN_DEBUG "%s: failed to copy " | 1475 | printk(KERN_DEBUG "%s: failed to copy " |
1476 | "multicast frame for %s", | 1476 | "multicast frame for %s", |
1477 | local->mdev->name, prev->dev->name); | 1477 | wiphy_name(local->hw.wiphy), |
1478 | prev->dev->name); | ||
1478 | continue; | 1479 | continue; |
1479 | } | 1480 | } |
1480 | rx.skb = skb_new; | 1481 | rx.skb = skb_new; |