aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm
diff options
context:
space:
mode:
Diffstat (limited to 'net/atm')
-rw-r--r--net/atm/svc.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/net/atm/svc.c b/net/atm/svc.c
index 1281049c135f..d8e5d0c2ebbc 100644
--- a/net/atm/svc.c
+++ b/net/atm/svc.c
@@ -263,17 +263,11 @@ static int svc_connect(struct socket *sock, struct sockaddr *sockaddr,
263 goto out; 263 goto out;
264 } 264 }
265 } 265 }
266/* 266
267 * Not supported yet
268 *
269 * #ifndef CONFIG_SINGLE_SIGITF
270 */
271 vcc->qos.txtp.max_pcr = SELECT_TOP_PCR(vcc->qos.txtp); 267 vcc->qos.txtp.max_pcr = SELECT_TOP_PCR(vcc->qos.txtp);
272 vcc->qos.txtp.pcr = 0; 268 vcc->qos.txtp.pcr = 0;
273 vcc->qos.txtp.min_pcr = 0; 269 vcc->qos.txtp.min_pcr = 0;
274/* 270
275 * #endif
276 */
277 error = vcc_connect(sock, vcc->itf, vcc->vpi, vcc->vci); 271 error = vcc_connect(sock, vcc->itf, vcc->vpi, vcc->vci);
278 if (!error) 272 if (!error)
279 sock->state = SS_CONNECTED; 273 sock->state = SS_CONNECTED;