]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: use skb_reset_mac_len() in dev_gro_receive()
authorEric Dumazet <edumazet@google.com>
Thu, 14 Feb 2013 17:31:48 +0000 (17:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Feb 2013 20:36:39 +0000 (15:36 -0500)
commitefd9450e7e36717f24dff3bd584faa80a85231d6
tree326b5f5e82859cad3bb00da31572b4549fabb8f1
parentc14dd2680baaef02aa4d221a2b5d337fbfd71b00
net: use skb_reset_mac_len() in dev_gro_receive()

We no longer need to use mac_len, lets cleanup things.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c