aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm
diff options
context:
space:
mode:
authorChas Williams <chas@cmf.nrl.navy.mil>2008-06-16 17:21:27 -0700
committerDavid S. Miller <davem@davemloft.net>2008-06-16 17:21:27 -0700
commit65c3e4715b1b934f8dcc002d9f46b4371ca7a9b1 (patch)
treeb24e7a7bffa48cee7cf80c41bf8327ad055abfb5 /drivers/atm
parentatm: [he] limit queries to the device's register space (diff)
downloadlinux-dev-65c3e4715b1b934f8dcc002d9f46b4371ca7a9b1.tar.xz
linux-dev-65c3e4715b1b934f8dcc002d9f46b4371ca7a9b1.zip
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>
Diffstat (limited to 'drivers/atm')
-rw-r--r--drivers/atm/he.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/atm/he.c b/drivers/atm/he.c
index fc636a3429cf..ea495b21f916 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 */