commit | 9a95e60e0610bb8ec39c74d2c8546514a76428df | [log] [tgz] |
---|---|---|
author | Arend van Spriel <arend@broadcom.com> | Thu Nov 10 20:30:29 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Nov 11 14:28:42 2011 -0500 |
tree | 73bdc0f2aa241c46d1d2891712cea0d0490b5a9b | |
parent | 02a588a2e3b9e0156f306a542bb6cd29ba42e1b9 [diff] |
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 <pieterpg@broadcom.com> Reviewed-by: Alwin Beukers <alwin@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>