diff --git a/[refs] b/[refs] index cb3a4b76ae5e..1fc2cee8659b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 28e84ab3abafb0f9c9573993626abe6ca3fa8eb1 +refs/heads/master: 65c3e4715b1b934f8dcc002d9f46b4371ca7a9b1 diff --git a/trunk/drivers/atm/he.c b/trunk/drivers/atm/he.c index fc636a3429cf..ea495b21f916 100644 --- a/trunk/drivers/atm/he.c +++ b/trunk/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 */