diff options
Diffstat (limited to 'drivers/net/ifb.c')
-rw-r--r-- | drivers/net/ifb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ifb.c b/drivers/net/ifb.c index 60a263001933..96713ef06298 100644 --- a/drivers/net/ifb.c +++ b/drivers/net/ifb.c | |||
@@ -156,6 +156,7 @@ static void ifb_setup(struct net_device *dev) | |||
156 | 156 | ||
157 | dev->flags |= IFF_NOARP; | 157 | dev->flags |= IFF_NOARP; |
158 | dev->flags &= ~IFF_MULTICAST; | 158 | dev->flags &= ~IFF_MULTICAST; |
159 | dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; | ||
159 | random_ether_addr(dev->dev_addr); | 160 | random_ether_addr(dev->dev_addr); |
160 | } | 161 | } |
161 | 162 | ||