git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d06916
)
[NET]: Correct two mistaken skb_reset_mac_header() conversions.
author
David S. Miller
<davem@sunset.davemloft.net>
Thu, 20 Dec 2007 08:25:54 +0000
(
00:25
-0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Thu, 20 Dec 2007 08:25:54 +0000
(
00:25
-0800)
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>
No differences found