commit | 5316cf9a5197eb80b2800e1acadde287924ca975 | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <ordex@autistici.org> | Tue Oct 02 06:14:17 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 02 22:45:57 2012 -0400 |
tree | 1a36086347433ad7205d996cdd2713f28dc51933 | |
parent | 786fdf0bbf1c3a1b402bb2da946b93e0b36a8f32 [diff] |
8021q: fix mac_len recomputation in vlan_untag() skb_reset_mac_len() relies on the value of the skb->network_header pointer, therefore we must wait for such pointer to be recalculated before computing the new mac_len value. Signed-off-by: Antonio Quartulli <ordex@autistici.org> Signed-off-by: David S. Miller <davem@davemloft.net>