An error occurred fetching the project authors.
  1. 22 Feb, 2003 1 commit
    • Kai Germaschewski's avatar
      ISDN: Fix compile error w/o CONFIG_ISDN_PPP_MP · 4c6bb2f7
      Kai Germaschewski authored
      The proto argument is not used, so just remove it from ippp*_xmit()
      calls - in particular we passed it to ippp_xmit() when
      CONFIG_ISDN_PPP_MP was off, which never wanted it anyway, causing
      a compile error.
      4c6bb2f7
  2. 29 Oct, 2002 2 commits
  3. 19 Oct, 2002 1 commit
    • Kai Germaschewski's avatar
      ISDN/PPP: Separate out and rewrite MPPP code · bb457b47
      Kai Germaschewski authored
      The MPPP code was badly broken by the previous interface changes for ISDN
      network interfaces and sync-PPP, and in need of a serious cleanup. Now
      it's basically mostly rewritten, in a separate file but only lightly
      tested.
      bb457b47