]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/ppp_channel.h
ppp: ppp_mp_explode() redesign
[net-next-2.6.git] / include / linux / ppp_channel.h
index 9d64bdf147703560d3065cac35b0853b95e7f75b..0d3fa63e90ea28fc8494447aaeaa5eda27bb38c4 100644 (file)
@@ -40,8 +40,8 @@ struct ppp_channel {
        int             mtu;            /* max transmit packet size */
        int             hdrlen;         /* amount of headroom channel needs */
        void            *ppp;           /* opaque to channel */
-       /* the following are not used at present */
        int             speed;          /* transfer rate (bytes/second) */
+       /* the following is not used at present */
        int             latency;        /* overhead time in milliseconds */
 };