From: Herbert Xu Date: Sun, 16 Sep 2007 23:20:21 +0000 (-0700) Subject: [PPP] pppoe: Fill in header directly in __pppoe_xmit X-Git-Tag: v2.6.23-rc7~33^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9355ec23397af32799038d0e8edbfa5b6f425c27;p=pandora-kernel.git [PPP] pppoe: Fill in header directly in __pppoe_xmit This patch removes the hdr variable (which is copied into the skb) and instead sets the header directly in the skb. It also uses __skb_push instead of skb_push since we've just checked using skb_cow for enough head room. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed