commit | dbd501a80671180a8f3cdf93ca465959031fef18 | [log] [tgz] |
---|---|---|
author | Eugenia Emantayev <eugenia@mellanox.com> | Thu Jan 24 01:54:16 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 00:13:56 2013 -0500 |
tree | 5b7d11aa46789fbc0cbae3442e6181c37165740b | |
parent | db0e7cba6dafa269f33f379997794a9d3bd4d535 [diff] |
net/mlx4_en: Use the correct netif lock on ndo_set_rx_mode The device multicast list is protected by netif_addr_lock_bh in the networking core, we should use this locking practice in mlx4_en too. Signed-off-by: Eugenia Emantayev <eugenia@mellanox.com> Signed-off-by: Amir Vadai <amirv@mellanox.com> Reviewed-by: Yevgeny Petrilin <yevgenyp@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>