projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28e84ab
)
atm: [he] send idle cells instead of unassigned when in SDH mode
author
Chas Williams
<chas@cmf.nrl.navy.mil>
Tue, 17 Jun 2008 00:21:27 +0000
(17:21 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 17 Jun 2008 00:21:27 +0000
(17:21 -0700)
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/he.c
patch
|
blob
|
history
diff --git
a/drivers/atm/he.c
b/drivers/atm/he.c
index fc636a3429cf9bcec59b86e550086a425b74ffb1..ea495b21f916a5d0d27eff00f12a6e78f7a6d4da 100644
(file)
--- 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 */