From: Alban Browaeys Date: Fri, 4 Dec 2009 22:47:00 +0000 (+0100) Subject: rt2x00 : trim the skb after having the l2pad removed. X-Git-Tag: v2.6.34-rc1~233^2~705^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1398d4580eff2656f3a808ec24744ce5a842db35;p=pandora-kernel.git rt2x00 : trim the skb after having the l2pad removed. Otherwise we end up truncating the skb before removing the l2pad thus we might have the truncated part become garbage while getting it back in remove_l2pad. For the same issue: remove the skb_trim from the rt2800 fill_rxdone (it is done after l2pad removal in rt2x00lib_rxdone). Signed-off-by: Alban Browaeys Acked-by: Gertjan van Wingerde Acked-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed