From: Arend van Spriel Date: Thu, 10 Nov 2011 19:30:26 +0000 (+0100) Subject: brcm80211: smac: remove usage of brcmu_pkttotlen X-Git-Tag: v3.3-rc1~182^2~545^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad4d71f69ebe2acab75d0a8a66ab9f7609151cce;p=pandora-kernel.git brcm80211: smac: remove usage of brcmu_pkttotlen The function brcmu_pkttotlen calculates the total length of a sk_buff chain following the next pointer. In brcmsmac this is not needed as in each place where it was used the provided sk_buff had a NULL pointer as next field value. Reviewed-by: Alwin Beukers Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed