From: Chas Williams Date: Tue, 17 Jun 2008 00:21:27 +0000 (-0700) Subject: atm: [he] send idle cells instead of unassigned when in SDH mode X-Git-Tag: v2.6.26-rc7~20^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=65c3e4715b1b934f8dcc002d9f46b4371ca7a9b1;p=platform%2Fkernel%2Flinux-3.10.git atm: [he] send idle cells instead of unassigned when in SDH mode Signed-off-by: Chas Williams Signed-off-by: David S. Miller --- diff --git a/drivers/atm/he.c b/drivers/atm/he.c index fc636a3..ea495b2 100644 --- a/drivers/atm/he.c +++ b/drivers/atm/he.c @@ -1555,6 +1555,7 @@ he_start(struct atm_dev *dev) val = he_phy_get(he_dev->atm_dev, SUNI_TPOP_APM); val = (val & ~SUNI_TPOP_APM_S) | (SUNI_TPOP_S_SDH << SUNI_TPOP_APM_S_SHIFT); he_phy_put(he_dev->atm_dev, val, SUNI_TPOP_APM); + he_phy_put(he_dev->atm_dev, SUNI_TACP_IUCHP_CLP, SUNI_TACP_IUCHP); } /* 5.1.12 enable transmit and receive */