diff options
author | Ben Greear <greearb@candelatech.com> | 2011-01-08 10:30:54 -0800 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-01-21 15:32:21 -0500 |
commit | b305dae488193b65cfa80e1c06c0aa0ce60005a9 (patch) | |
tree | 7dc26eba219a523f7d68425cf2f05878df30a764 /net/mac80211/rx.c | |
parent | ea67485ae6894e603984c3b13b8df54ae2c128d8 (diff) | |
download | linux-3.10-b305dae488193b65cfa80e1c06c0aa0ce60005a9.tar.gz linux-3.10-b305dae488193b65cfa80e1c06c0aa0ce60005a9.tar.bz2 linux-3.10-b305dae488193b65cfa80e1c06c0aa0ce60005a9.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index 1236710f70e..f36d70f5b06 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; } |