]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ppp: Use a real SKB control block in fragmentation engine.
authorDavid S. Miller <davem@davemloft.net>
Tue, 5 Oct 2010 08:36:52 +0000 (01:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Oct 2010 08:36:52 +0000 (01:36 -0700)
commita00eac0c459abecb539fb2a2abd3122dd7ca5d4a
tree53c69204e88eff280923d7f84dc9796a9ed0af9b
parentc61393ea83573ff422af505b6fd49ef9ec9b91ca
ppp: Use a real SKB control block in fragmentation engine.

Do this instead of subverting fields in skb proper.

The macros that could very easily match variable or function
names were also just asking for trouble.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ppp_generic.c