Re: Proposed SyncPPP layer modifications

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 18 Feb 2000 22:26:04 +0000 (GMT)


> that different protocols need different initialization stuff, etc... which
> would make quite a mess, unless all the possible sync serial protocols are
> integrated into the syncppp driver... So I don't think this is a good
> idea.

Unless we make them all have a common interface so you can just do say

sync_protocol_set(&hdlc_proto_ops);

or ppp_proto_ops

etc..

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/