Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bcbe5368 authored by David S. Miller's avatar David S. Miller
Browse files

via-velocity: Fix FLOW_CNTL_TX_RX handling in set_mii_flow_control()



Clear, don't set, ANAR_ASMDIR in this case.

Noticed by Roel Kluin.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 80bb3a00
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -812,7 +812,7 @@ static void set_mii_flow_control(struct velocity_info *vptr)


	case FLOW_CNTL_TX_RX:
	case FLOW_CNTL_TX_RX:
		MII_REG_BITS_ON(ANAR_PAUSE, MII_REG_ANAR, vptr->mac_regs);
		MII_REG_BITS_ON(ANAR_PAUSE, MII_REG_ANAR, vptr->mac_regs);
		MII_REG_BITS_ON(ANAR_ASMDIR, MII_REG_ANAR, vptr->mac_regs);
		MII_REG_BITS_OFF(ANAR_ASMDIR, MII_REG_ANAR, vptr->mac_regs);
		break;
		break;


	case FLOW_CNTL_DISABLE:
	case FLOW_CNTL_DISABLE: