aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/isdn_ppp.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-09-22 01:15:02 -0700
committerDavid S. Miller <davem@davemloft.net>2008-09-22 01:15:02 -0700
commit38783e671399b5405f1fd177d602c400a9577ae6 (patch)
tree850a7bf098d8f9801e2cf045d1d1a34d0a152430 /include/linux/isdn_ppp.h
parent8fc5387cb837f9e44a0be2d7e297bbbcab36a292 (diff)
downloadkernel_samsung_smdk4412-38783e671399b5405f1fd177d602c400a9577ae6.zip
kernel_samsung_smdk4412-38783e671399b5405f1fd177d602c400a9577ae6.tar.gz
kernel_samsung_smdk4412-38783e671399b5405f1fd177d602c400a9577ae6.tar.bz2
isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/isdn_ppp.h')
-rw-r--r--include/linux/isdn_ppp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/isdn_ppp.h b/include/linux/isdn_ppp.h
index 8687a7d..4c218ee 100644
--- a/include/linux/isdn_ppp.h
+++ b/include/linux/isdn_ppp.h
@@ -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