From: Nithin Nayak Sujir Date: Mon, 14 Jan 2013 17:11:00 +0000 (+0000) Subject: tg3: Fix crc errors on jumbo frame receive X-Git-Tag: v3.8-rc6~20^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daf3ec688e057f6060fb9bb0819feac7a8bbf45c;p=pandora-kernel.git tg3: Fix crc errors on jumbo frame receive TG3_PHY_AUXCTL_SMDSP_ENABLE/DISABLE macros do a blind write to the phy auxiliary control register and overwrite the EXT_PKT_LEN (bit 14) resulting in intermittent crc errors on jumbo frames with some link partners. Change the code to do a read/modify/write. Signed-off-by: Nithin Nayak Sujir Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed