From: David S. Miller Date: Thu, 20 Dec 2007 08:25:54 +0000 (-0800) Subject: [NET]: Correct two mistaken skb_reset_mac_header() conversions. X-Git-Tag: v2.6.24-rc7~54^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6e6ca712b5cc06a662f900c0484d49d7334af64;p=pandora-kernel.git [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 --- Reading git-diff-tree failed