commit | d17e53bdcd72fa06e06f7408779fb17dcefdb930 | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Tue Dec 31 23:22:32 2013 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 01 22:03:37 2014 -0500 |
tree | 4471d7cc74a20dff81c712e9f743b7d70b56ec3c | |
parent | e971522864e7d19060711276fdb071f8b795bde5 [diff] |
bnx2: Advertise nothing when speed is forced The current code does not reset the advertisement register when the speed is forced, leaving the default advertisement value of 10 Mbps. This does not work with some link partners when the next patch enables auto-mdix. Set advertisement register to 0 if the speed is forced. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>