Re: [PATCH 3/7] [PPP] pppoe: Fill in header directly in __pppoe_xmit

2007-09-16 Thread David Miller
From: Herbert Xu [EMAIL PROTECTED] Date: Fri, 31 Aug 2007 17:09:12 +0800 [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

[PATCH 3/7] [PPP] pppoe: Fill in header directly in __pppoe_xmit

2007-08-31 Thread Herbert Xu
[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: