mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
atm: unset IFF_XMIT_DST_RELEASE in clip_setup()
clip_start_xmit() needs skb->dst so tell dev_hard_start_xmit() to no release it. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
28e72216d7
commit
a489e51c1a
@ -557,6 +557,7 @@ static void clip_setup(struct net_device *dev)
|
||||
/* without any more elaborate queuing. 100 is a reasonable */
|
||||
/* compromise between decent burst-tolerance and protection */
|
||||
/* against memory hogs. */
|
||||
dev->priv_flags &= ~IFF_XMIT_DST_RELEASE;
|
||||
}
|
||||
|
||||
static int clip_create(int number)
|
||||
|
Loading…
Reference in New Issue
Block a user