diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-07 11:10:27 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-07 11:10:27 +0200 |
commit | 32bb93b02da8c75031e601ff1f9a25f99febbe5f (patch) | |
tree | 429d2b978f517d366de572fa5058d513ed7b51a6 /include/net | |
parent | tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookup (diff) | |
parent | Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri... (diff) | |
download | linux-32bb93b02da8c75031e601ff1f9a25f99febbe5f.tar.xz linux-32bb93b02da8c75031e601ff1f9a25f99febbe5f.zip |
Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/syncppp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/syncppp.h b/include/net/syncppp.h index e43f4070d892..9e306f7f579a 100644 --- a/include/net/syncppp.h +++ b/include/net/syncppp.h @@ -43,8 +43,6 @@ struct sppp u32 pp_rseq; /* remote sequence number */ struct slcp lcp; /* LCP params */ struct sipcp ipcp; /* IPCP params */ - u32 ibytes,obytes; /* Bytes in/out */ - u32 ipkts,opkts; /* Packets in/out */ struct timer_list pp_timer; struct net_device *pp_if; char pp_link_state; /* Link status */ |