Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36822
b: refs/heads/master
c: c9aa689
h: refs/heads/master
v: v3
  • Loading branch information
Michal Ostrowski authored and David S. Miller committed Sep 29, 2006
1 parent b94b6ff commit 4ed34a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1533d382155ee888d9621391c108ffb7a68bb25d
refs/heads/master: c9aa6895371b2a257401f59d3393c9f7ac5a8698
1 change: 1 addition & 0 deletions trunk/drivers/net/pppoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ static int pppoe_connect(struct socket *sock, struct sockaddr *uservaddr,
po->chan.hdrlen = (sizeof(struct pppoe_hdr) +
dev->hard_header_len);

po->chan.mtu = dev->mtu - sizeof(struct pppoe_hdr);
po->chan.private = sk;
po->chan.ops = &pppoe_chan_ops;

Expand Down

0 comments on commit 4ed34a8

Please sign in to comment.