commit | daf3ec688e057f6060fb9bb0819feac7a8bbf45c | [log] [tgz] |
---|---|---|
author | Nithin Nayak Sujir <nsujir@broadcom.com> | Mon Jan 14 17:11:00 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 14 22:09:29 2013 -0500 |
tree | 24cd103a7a9553436d6c6fb8d0b4ef2b5281ca26 | |
parent | 9c13cb8bb477a83b9a3c9e5a5478a4e21294a760 [diff] |
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 <nsujir@broadcom.com> Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>