summaryrefslogtreecommitdiffstats
path: root/openwrt/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-07 22:28:21 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-07 22:28:21 +0000
commit6f93f900e2aabedb71c20576bdb4f4c058d3f078 (patch)
treefdb58a5f452ff19c267c97b080d1673414946fd4 /openwrt/package
parent52ebc6d3a8490b55ab15b719bd45e166cfa433ad (diff)
add fixes for dsl code, clean up old hacks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1874 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/ppp/patches/202-atm_fix.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/openwrt/package/ppp/patches/202-atm_fix.patch b/openwrt/package/ppp/patches/202-atm_fix.patch
index 371dc9611..40d9d595c 100644
--- a/openwrt/package/ppp/patches/202-atm_fix.patch
+++ b/openwrt/package/ppp/patches/202-atm_fix.patch
@@ -9,13 +9,3 @@
if (!device_got_set)
no_device_given_pppoatm();
fd = socket(AF_ATMPVC, SOCK_DGRAM, 0);
-@@ -152,8 +150,7 @@
- qos.txtp.max_sdu = lcp_allowoptions[0].mru + pppoatm_overhead();
- qos.rxtp.max_sdu = lcp_wantoptions[0].mru + pppoatm_overhead();
- qos.aal = ATM_AAL5;
-- if (setsockopt(fd, SOL_ATM, SO_ATMQOS, &qos, sizeof(qos)) < 0)
-- fatal("setsockopt(SO_ATMQOS): %m");
-+ setsockopt(fd, SOL_ATM, SO_ATMQOS, &qos, sizeof(qos));
- /* TODO: accept on SVCs... */
- if (connect(fd, (struct sockaddr *) &pvcaddr,
- sizeof(struct sockaddr_atmpvc)))