From: Arend van Spriel Date: Fri, 21 Oct 2011 14:16:31 +0000 (+0200) Subject: brcm80211: smac: use sk_buff list for handling frames in receive path X-Git-Tag: v3.3-rc1~182^2~545^2~151 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fd172d30b59d9b73cb35ab263a1f0173dae974c;p=pandora-kernel.git brcm80211: smac: use sk_buff list for handling frames in receive path In the receive path the frames are obtained from the dma using multiple sk_buff that were linked using the skb next pointer. This has been changed and it now used sk_buff lists and skb_queue functions instead. Reported-by: Johannes Berg Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Alwin Beukers Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed