From: Ben Greear Date: Sat, 8 Jan 2011 18:30:54 +0000 (-0800) Subject: mac80211: Fix skb-copy failure debug message. X-Git-Tag: firefly_0821_release~7613^2~2196^2~448^2~31 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b305dae488193b65cfa80e1c06c0aa0ce60005a9;p=firefly-linux-kernel-4.4.55.git mac80211: Fix skb-copy failure debug message. This particular error isn't about multicast. Signed-off-by: Ben Greear Signed-off-by: John W. Linville --- 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, if (!skb) { if (net_ratelimit()) wiphy_debug(local->hw.wiphy, - "failed to copy multicast frame for %s\n", + "failed to copy skb for %s\n", sdata->name); return true; }