mirror of https://gitee.com/openkylin/linux.git
bnx2x: Prevent self test loopback failures
Setting loopback requires time to take effect 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
6c55c3cdc8
commit
3858276b71
|
@ -3583,7 +3583,7 @@ static void bnx2x_set_xgxs_loopback(struct link_params *params,
|
|||
(MDIO_REG_BANK_CL73_IEEEB0 +
|
||||
(MDIO_CL73_IEEEB0_CL73_AN_CONTROL & 0xf)),
|
||||
0x6041);
|
||||
|
||||
msleep(200);
|
||||
/* set aer mmd back */
|
||||
bnx2x_set_aer_mmd(params, vars);
|
||||
|
||||
|
|
Loading…
Reference in New Issue