From: Arend van Spriel Date: Wed, 23 Nov 2011 01:21:36 +0000 (-0800) Subject: brcm80211: fmac: cleanup receive path using proper skb_queue functions X-Git-Tag: v3.3-rc1~182^2~261^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b45bf74f91e781b74bfadb8bb08ef341b6befd3;p=pandora-kernel.git brcm80211: fmac: cleanup receive path using proper skb_queue functions In the receive path there was still code using the next pointer to access all packets in skb_queue. This patch fixes that. Reported-by: Johannes Berg Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Franky (Zhenhui) Lin Reviewed-by: Alwin Beukers Signed-off-by: Arend van Spriel Signed-off-by: Franky Lin Signed-off-by: John W. Linville --- Reading git-diff-tree failed