From: Arend van Spriel Date: Thu, 10 Nov 2011 19:30:29 +0000 (+0100) Subject: brcm80211: util: move brcmu_pkttotlen() function to brcmfmac X-Git-Tag: v3.3-rc1~182^2~545^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a95e60e0610bb8ec39c74d2c8546514a76428df;p=pandora-kernel.git brcm80211: util: move brcmu_pkttotlen() function to brcmfmac The functions brcmu_pkttotlen() is only used in brcmfmac driver so it has been moved there. It also does not use the sk_buff next pointer anymore but walks a skb queue to determine the total length. 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