projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea67485
)
mac80211: Fix skb-copy failure debug message.
author
Ben Greear
<greearb@candelatech.com>
Sat, 8 Jan 2011 18:30:54 +0000
(10:30 -0800)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 21 Jan 2011 20:32:21 +0000
(15:32 -0500)
This particular error isn't about multicast.
Signed-off-by: Ben Greear <greearb@candelatech.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c
patch
|
blob
|
blame
|
history
diff --git
a/net/mac80211/rx.c
b/net/mac80211/rx.c
index 1236710f70e08da59f15ca07100a72989382260d..f36d70f5b06279a99d0fec1dbdfa9474561691f2 100644
(file)
--- 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;
}