]> git.pld-linux.org Git - packages/atm.git/commitdiff
- updated to latest kernels AC-STABLE auto/ac/linux-atm-2_4_1-1 auto/ac/linux-atm-2_4_1-2 auto/ac/linux-atm-2_4_1-3 auto/th/linux-atm-2_4_1-3 auto/th/linux-atm-2_4_1-4 auto/ti/linux-atm-2_4_1-4
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 24 Sep 2002 13:15:51 +0000 (13:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pppbr-001212-br2684ctl.c -> 1.3

pppbr-001212-br2684ctl.c

index 31a745f2f5689157b121bc70e45b9e3b584b11e3..37127b1650bcf3db837b6e8845ca5d93d5fdd728 100644 (file)
@@ -34,7 +34,7 @@ int create_br(char *nstr)
        num=atoi(nstr);
        if( num>=0 && num<1234567890){
           struct atm_newif_br2684 ni;
-          ni.backend_num = ATM_BACKEND_BR_2684;
+          ni.backend_num = ATM_BACKEND_BR2684;
           ni.media = BR2684_MEDIA_ETHERNET;
           ni.mtu = 1500;
           sprintf(ni.ifname, "nas%d", num);
@@ -94,7 +94,7 @@ int assign_vcc(char *astr, int encap, int bufsize)
 
            /* attach the vcc to device: */
 
-    be.backend_num = ATM_BACKEND_BR_2684;
+    be.backend_num = ATM_BACKEND_BR2684;
     be.ifspec.method = BR2684_FIND_BYIFNAME;
     sprintf(be.ifspec.spec.ifname, "nas%d", lastitf);
     be.fcs_in = BR2684_FCSIN_NO;
This page took 0.138962 seconds and 4 git commands to generate.