aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/rx.c')
-rw-r--r--net/mac80211/rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c
index 1236710f70e0..f36d70f5b062 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -2711,7 +2711,7 @@ static bool ieee80211_prepare_and_rx_handle(struct ieee80211_rx_data *rx,
2711 if (!skb) { 2711 if (!skb) {
2712 if (net_ratelimit()) 2712 if (net_ratelimit())
2713 wiphy_debug(local->hw.wiphy, 2713 wiphy_debug(local->hw.wiphy,
2714 "failed to copy multicast frame for %s\n", 2714 "failed to copy skb for %s\n",
2715 sdata->name); 2715 sdata->name);
2716 return true; 2716 return true;
2717 } 2717 }