From: Arend van Spriel Date: Wed, 23 Nov 2011 01:21:37 +0000 (-0800) Subject: brcm80211: smac: remove skb next pointer usage from the driver X-Git-Tag: v3.3-rc1~182^2~261^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3030794fcae9b07d62a9ff7649a413dff0c88e01;p=pandora-kernel.git brcm80211: smac: remove skb next pointer usage from the driver In two places the next pointer was used to process a sk_buff chain but it will always get a single sk_buff so this has been removed. 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