Andy Gay <[EMAIL PROTECTED]> wrote: > > On Wed, 2006-05-10 at 20:27 +1000, Paul Mackerras wrote: > > Andrew Morton writes: > > > > > hm, a PPP fix. We seem to need some of those lately. > > > > > > Paul, does this look sane? > > > > /me pages in 7 year old code... > > > > > @@ -516,6 +516,8 @@ static void ppp_async_process(unsigned l > > > /* try to push more stuff out */ > > > if (test_bit(XMIT_WAKEUP, &ap->xmit_flags) && ppp_async_push(ap)) > > > ppp_output_wakeup(&ap->chan); > > > + else if (test_bit(XMIT_FULL, &ap->xmit_flags)) > > > + ppp_asynctty_wakeup(ap->tty); > > > > ppp_asynctty_wakeup is supposed to be called by the serial driver when > > it can take more output. > > How does the serial driver know it has to call ppp_asynctty_wakeup()? > I'd have thought it wouldn't know or care if it's being used for ppp or > any other async traffic.
xeb (who forgot to do reply-to-all) tells me that pptpd uses ptys. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html