From: Mugunthan V N Date: Wed, 29 May 2013 20:22:01 +0000 (+0000) Subject: drivers: net: davinci_cpdma: remove CRC bytes from skb added by CPDMA X-Git-Tag: v3.11-rc1~16^2~227 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28a19fe60f4f31cbd349f8473f0483aa7500acf5;p=pandora-kernel.git drivers: net: davinci_cpdma: remove CRC bytes from skb added by CPDMA Additional 4 bytes found in the skb is the CRC calculated by the CPDMA hardware, check the CRC bit in CPDMA status field of Descriptor and remove the CRC length from the skb. This extra 4 byte can be seen when capturing packets using tcpdump. This has been tested in TI816x platform. Signed-off-by: Mugunthan V N Signed-off-by: David S. Miller --- Reading git-diff-tree failed