Commit 65c3e4715b1b934f8dcc002d9f46b4371ca7a9b1

Authored by Chas Williams
Committed by David S. Miller
1 parent 28e84ab3ab

atm: [he] send idle cells instead of unassigned when in SDH mode

Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -1555,6 +1555,7 @@
1555 1555 val = he_phy_get(he_dev->atm_dev, SUNI_TPOP_APM);
1556 1556 val = (val & ~SUNI_TPOP_APM_S) | (SUNI_TPOP_S_SDH << SUNI_TPOP_APM_S_SHIFT);
1557 1557 he_phy_put(he_dev->atm_dev, val, SUNI_TPOP_APM);
  1558 + he_phy_put(he_dev->atm_dev, SUNI_TACP_IUCHP_CLP, SUNI_TACP_IUCHP);
1558 1559 }
1559 1560  
1560 1561 /* 5.1.12 enable transmit and receive */