* [PATCH] mac80211: Fix skb-copy failure debug message.
@ 2011-01-08 18:30 greearb
2011-01-09 9:32 ` Johannes Berg
0 siblings, 1 reply; 3+ messages in thread
From: greearb @ 2011-01-08 18:30 UTC (permalink / raw)
To: linux-wireless; +Cc: Ben Greear
From: Ben Greear <greearb@candelatech.com>
This particular error isn't about multicast.
Signed-off-by: Ben Greear <greearb@candelatech.com>
---
:100644 100644 a6701ed... 6d2c59b... M net/mac80211/rx.c
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 a6701ed..6d2c59b 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -2692,7 +2692,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;
}
--
1.7.2.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] mac80211: Fix skb-copy failure debug message.
2011-01-08 18:30 [PATCH] mac80211: Fix skb-copy failure debug message greearb
@ 2011-01-09 9:32 ` Johannes Berg
2011-01-09 17:45 ` Ben Greear
0 siblings, 1 reply; 3+ messages in thread
From: Johannes Berg @ 2011-01-09 9:32 UTC (permalink / raw)
To: greearb; +Cc: linux-wireless
On Sat, 2011-01-08 at 10:30 -0800, greearb@candelatech.com wrote:
> From: Ben Greear <greearb@candelatech.com>
>
> This particular error isn't about multicast.
Actually, it is... only multicast frames should ever be processed by
multiple interfaces.
johannes
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] mac80211: Fix skb-copy failure debug message.
2011-01-09 9:32 ` Johannes Berg
@ 2011-01-09 17:45 ` Ben Greear
0 siblings, 0 replies; 3+ messages in thread
From: Ben Greear @ 2011-01-09 17:45 UTC (permalink / raw)
To: Johannes Berg; +Cc: linux-wireless
On 01/09/2011 01:32 AM, Johannes Berg wrote:
> On Sat, 2011-01-08 at 10:30 -0800, greearb@candelatech.com wrote:
>> From: Ben Greear<greearb@candelatech.com>
>>
>> This particular error isn't about multicast.
>
> Actually, it is... only multicast frames should ever be processed by
> multiple interfaces.
Or if the STA interfaces are promisc for some reason..but no big
deal either way. With the old ath9k code, even arps or dhcp requests
would be an order-1 SKB, so that is probably what I was seeing.
I had a clean overnight run with the ath9k copybreak logic, so
that seems to have been the root problem.
Thanks,
Ben
--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-01-09 17:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-08 18:30 [PATCH] mac80211: Fix skb-copy failure debug message greearb
2011-01-09 9:32 ` Johannes Berg
2011-01-09 17:45 ` Ben Greear
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).