Commit 306f3a3c authored by David Miller's avatar David Miller Committed by Greg Kroah-Hartman
Browse files

NET: Correct two mistaken skb_reset_mac_header() conversions.



[NET]: Correct two mistaken skb_reset_mac_header() conversions.

[ Upstream commit: c6e6ca71 ]

This operation helper abstracts:

	skb->mac_header = skb->data;

but it was done in two more places which were actually:

	skb->mac_header = skb->network_header;

and those are corrected here.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 2e1c89f5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment