aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSathya Perla <sathya.perla@emulex.com>2011-08-03 05:19:27 -0700
committerDavid S. Miller <davem@davemloft.net>2011-08-03 05:19:27 -0700
commit0d1d5875ef6c7903ab86ae3ecdbc78a5ca2e44ee (patch)
tree4c38a57b40f0fa592aecba478261069ba896a495
parentbna: Remove Obsolete File bfi_ctreg.h (diff)
downloadlinux-dev-0d1d5875ef6c7903ab86ae3ecdbc78a5ca2e44ee.tar.xz
linux-dev-0d1d5875ef6c7903ab86ae3ecdbc78a5ca2e44ee.zip
be2net: fix cmd-rx-filter not notifying MCC
Dave, I missed out on this line while composing the 4/6 patch from my yesterday's patchset ("[PATCH net-next 4/6] be2net: use RX_FILTER cmd to program multicast addresses"). As you've already queued up the patchset for net-next, I'm sending the fix in a separate patch. Pls apply. Signed-off-by: Sathya Perla <sathya.perla@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/benet/be_cmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/benet/be_cmds.c b/drivers/net/benet/be_cmds.c
index 7292be64632b..427859532f02 100644
--- a/drivers/net/benet/be_cmds.c
+++ b/drivers/net/benet/be_cmds.c
@@ -1593,6 +1593,7 @@ int be_cmd_rx_filter(struct be_adapter *adapter, u32 flags, u32 value)
memcpy(req->mcast_mac[i++].byte, ha->addr, ETH_ALEN);
}
+ status = be_mcc_notify_wait(adapter);
err:
spin_unlock_bh(&adapter->mcc_lock);
return status;