diff options
author | Keith Packard <keithp@keithp.com> | 2011-07-22 22:40:42 +0200 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-07-22 22:40:42 +0200 |
commit | df7976797fa9af161690dbf4dee81ed92cdc150f (patch) | |
tree | be6f04706d91cc80da4dbd3a5f5f2a174f1bdae3 /drivers/net/pppoe.c | |
parent | drm/i915: Skip GPU wait for scanout pin while wedged (diff) | |
parent | drm/i915: load the LUT before pipe enable on ILK+ (diff) | |
download | linux-df7976797fa9af161690dbf4dee81ed92cdc150f.tar.xz linux-df7976797fa9af161690dbf4dee81ed92cdc150f.zip |
Merge branch 'drm-intel-fixes' into drm-intel-next
Diffstat (limited to 'drivers/net/pppoe.c')
-rw-r--r-- | drivers/net/pppoe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/pppoe.c b/drivers/net/pppoe.c index 718879b35b7d..bc9a4bb31980 100644 --- a/drivers/net/pppoe.c +++ b/drivers/net/pppoe.c @@ -348,8 +348,9 @@ static int pppoe_device_event(struct notifier_block *this, /* Only look at sockets that are using this specific device. */ switch (event) { + case NETDEV_CHANGEADDR: case NETDEV_CHANGEMTU: - /* A change in mtu is a bad thing, requiring + /* A change in mtu or address is a bad thing, requiring * LCP re-negotiation. */ |