diff options
Diffstat (limited to 'drivers/net/benet/be_main.c')
-rw-r--r-- | drivers/net/benet/be_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/benet/be_main.c b/drivers/net/benet/be_main.c index 289c73aa6875..1bb763cda3ad 100644 --- a/drivers/net/benet/be_main.c +++ b/drivers/net/benet/be_main.c | |||
@@ -703,7 +703,7 @@ static void be_set_multicast_list(struct net_device *netdev) | |||
703 | goto done; | 703 | goto done; |
704 | } | 704 | } |
705 | 705 | ||
706 | /* BE was previously in promiscous mode; disable it */ | 706 | /* BE was previously in promiscuous mode; disable it */ |
707 | if (adapter->promiscuous) { | 707 | if (adapter->promiscuous) { |
708 | adapter->promiscuous = false; | 708 | adapter->promiscuous = false; |
709 | be_cmd_promiscuous_config(adapter, adapter->port_num, 0); | 709 | be_cmd_promiscuous_config(adapter, adapter->port_num, 0); |