diff options
author | Ben Greear <greearb@candelatech.com> | 2011-01-08 13:30:54 -0500 |
---|---|---|
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) |
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 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 | } |