Skip to content
Commit c6e6ca71 authored by David S. Miller's avatar David S. Miller
Browse files

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



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>
parent 1d069167
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment