mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
bnx2x: Clear MDC/MDIO warning message
This patch clears a warning message of "MDC/MDIO access timeout" which may appear when interface is loaded due to missing clock setting before resetting the LED, and starting periodic function too early. Signed-off-by: Yaniv Rosner <yanivr@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f93fb01628
commit
ca7b91bbd1
@ -1874,7 +1874,6 @@ int bnx2x_nic_load(struct bnx2x *bp, int load_mode)
|
||||
* bnx2x_periodic_task().
|
||||
*/
|
||||
smp_mb();
|
||||
queue_delayed_work(bnx2x_wq, &bp->period_task, 0);
|
||||
} else
|
||||
bp->port.pmf = 0;
|
||||
|
||||
|
@ -12205,10 +12205,10 @@ int bnx2x_link_reset(struct link_params *params, struct link_vars *vars,
|
||||
* Hold it as vars low
|
||||
*/
|
||||
/* clear link led */
|
||||
bnx2x_set_mdio_clk(bp, params->chip_id, port);
|
||||
bnx2x_set_led(params, vars, LED_MODE_OFF, 0);
|
||||
|
||||
if (reset_ext_phy) {
|
||||
bnx2x_set_mdio_clk(bp, params->chip_id, port);
|
||||
for (phy_index = EXT_PHY1; phy_index < params->num_phys;
|
||||
phy_index++) {
|
||||
if (params->phy[phy_index].link_reset) {
|
||||
|
Loading…
Reference in New Issue
Block a user