Commit 38783e67 authored by David S. Miller's avatar David S. Miller

isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8fc5387c
This diff is collapsed.
......@@ -157,7 +157,7 @@ typedef struct {
typedef struct {
int mp_mrru; /* unused */
struct sk_buff * frags; /* fragments sl list -- use skb->next */
struct sk_buff_head frags; /* fragments sl list */
long frames; /* number of frames in the frame list */
unsigned int seq; /* last processed packet seq #: any packets
* with smaller seq # will be dropped
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment