]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
be2net: fix cmd-rx-filter not notifying MCC
authorSathya Perla <sathya.perla@emulex.com>
Wed, 3 Aug 2011 12:19:27 +0000 (05:19 -0700)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Thu, 8 Dec 2011 23:36:07 +0000 (15:36 -0800)
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>
drivers/net/benet/be_cmds.c

index fa2f6f9e7ed33f4ab78ec0c45504df579993b571..4d6b86fafdcd39db047fff0cc12e6a3da3e86f5b 100644 (file)
@@ -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;