commit | 9355ec23397af32799038d0e8edbfa5b6f425c27 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sun Sep 16 16:20:21 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Sep 16 16:20:21 2007 -0700 |
tree | 256b00fa1af6628896c0a1a18866384497e9c5bd | |
parent | db7bf6d97c6956b7eb0f22131cb5c37bd41f33c0 [diff] |
[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 <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>