]> git.baikalelectronics.ru Git - kernel.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)
commit5eca8f194a28911b4a5773afe1598d62ed08af8f
tree53c69204e88eff280923d7f84dc9796a9ed0af9b
parent0243e28112fde9b87fb46e76019b0740c8a27177
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