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

Commit bff1c096 authored by roel kluin's avatar roel kluin Committed by David S. Miller
Browse files

sb1250-mac: duplicate setting of bit V_MAC_RX_PL_THRSH(4) in sbmac_channel_start()



The bit V_MAC_RX_PL_THRSH(4) was already set a few lines higher.

Signed-off-by: default avatarRoel Kluin <roel.kluin@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a81d4bfd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1476,7 +1476,6 @@ static void sbmac_channel_start(struct sbmac_softc *s)
		V_MAC_TX_RL_THRSH(4) |
		V_MAC_RX_PL_THRSH(4) |
		V_MAC_RX_RD_THRSH(4) |	/* Must be '4' */
		V_MAC_RX_PL_THRSH(4) |
		V_MAC_RX_RL_THRSH(8) |
		0;