net: unset IFF_XMIT_DST_RELEASE for qeth and ipoib
authorEric Dumazet <eric.dumazet@gmail.com>
Sun, 31 May 2009 06:04:46 +0000 (23:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 31 May 2009 06:04:46 +0000 (23:04 -0700)
Last two drivers that need skb->dst in their start_xmit() function

Tell dev_hard_start_xmit() to no release it by unsetting  IFF_XMIT_DST_RELEASE

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found