X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/908bf643e0a9637d3a7b0ba23e673f8b505151f4..ec5ea081676efee572891ca5792ab2898a5b644e:/openwrt/package/ppp/patches/202-atm_fix.patch 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)))