aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
diff options
context:
space:
mode:
authorBen Greear <greearb@candelatech.com>2011-01-08 10:30:54 -0800
committerJohn W. Linville <linville@tuxdriver.com>2011-01-21 15:32:21 -0500
commitb305dae488193b65cfa80e1c06c0aa0ce60005a9 (patch)
tree7dc26eba219a523f7d68425cf2f05878df30a764 /net/mac80211/rx.c
parentea67485ae6894e603984c3b13b8df54ae2c128d8 (diff)
downloadkernel_samsung_smdk4412-b305dae488193b65cfa80e1c06c0aa0ce60005a9.zip
kernel_samsung_smdk4412-b305dae488193b65cfa80e1c06c0aa0ce60005a9.tar.gz
kernel_samsung_smdk4412-b305dae488193b65cfa80e1c06c0aa0ce60005a9.tar.bz2
mac80211: Fix skb-copy failure debug message.
This particular error isn't about multicast. Signed-off-by: Ben Greear <greearb@candelatech.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
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 1236710..f36d70f 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;
}