On Thu, 2012-09-20 at 14:40 +0200, Eric Dumazet wrote:
OK, but which netif_receive_skb(), as I count 5 occurrences in
net/mac80211/rx.c ?
The one you modified in the other email :-)
Instead of skb_linearize() calls
you could try several values of XXX in
pskb_may_pull(skb, XXX)
So that you make sure XXX bytes are available in skb->head, and not
the whole frame.
One you know the limit for XXX, it might give a clue where a
pskb_may_pull(skb, XXX) is missing.
Good idea.
johannes
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html