diff options
Diffstat (limited to 'drivers/net/ehea/ehea_main.c')
-rw-r--r-- | drivers/net/ehea/ehea_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ehea/ehea_main.c b/drivers/net/ehea/ehea_main.c index 6a0a8fca62bc..3fd5a2400348 100644 --- a/drivers/net/ehea/ehea_main.c +++ b/drivers/net/ehea/ehea_main.c | |||
@@ -2083,7 +2083,7 @@ static void ehea_set_multicast_list(struct net_device *dev) | |||
2083 | struct netdev_hw_addr *ha; | 2083 | struct netdev_hw_addr *ha; |
2084 | int ret; | 2084 | int ret; |
2085 | 2085 | ||
2086 | if (dev->flags & IFF_PROMISC) { | 2086 | if (port->promisc) { |
2087 | ehea_promiscuous(dev, 1); | 2087 | ehea_promiscuous(dev, 1); |
2088 | return; | 2088 | return; |
2089 | } | 2089 | } |