mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
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: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a81d4bfdef
commit
bff1c09640
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue