diff options
-rw-r--r-- | net/atm/clip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/atm/clip.c b/net/atm/clip.c index 5597b87b9e64..fb7623c080f8 100644 --- a/net/atm/clip.c +++ b/net/atm/clip.c | |||
@@ -557,6 +557,7 @@ static void clip_setup(struct net_device *dev) | |||
557 | /* without any more elaborate queuing. 100 is a reasonable */ | 557 | /* without any more elaborate queuing. 100 is a reasonable */ |
558 | /* compromise between decent burst-tolerance and protection */ | 558 | /* compromise between decent burst-tolerance and protection */ |
559 | /* against memory hogs. */ | 559 | /* against memory hogs. */ |
560 | dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; | ||
560 | } | 561 | } |
561 | 562 | ||
562 | static int clip_create(int number) | 563 | static int clip_create(int number) |