diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-12-20 00:25:54 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-12-20 00:25:54 -0800 |
commit | c6e6ca712b5cc06a662f900c0484d49d7334af64 (patch) | |
tree | 2970917a32e2894a0dbb87fcb9f351baa0d8d125 /README | |
parent | 1d0691674764098304ae4c63c715f5883b4d3784 (diff) |
[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: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions