commit | 0eb74fdda4ff72535849f9d99a8eabe69dceaddf | [log] [tgz] |
---|---|---|
author | Yan Burman <yanb@mellanox.com> | Thu Feb 07 02:25:23 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 07 23:26:13 2013 -0500 |
tree | 957e7b6434ed83a48e7e4b043156064e2c9194ef | |
parent | 16a10ffd20a13215243bdba64c8e57ef277a55b9 [diff] |
net/mlx4_en: Re-arrange ndo_set_rx_mode related code Currently, mlx4_en_do_set_multicast serves as the ndo_set_rx_mode entry for mlx4_en, doing all related work. Split it to few calls, one per required functionality (e.g multicast, promiscuous, etc) and rename some structures and calls to use rx_mode notation instead of multicast. Signed-off-by: Yan Burman <yanb@mellanox.com> Signed-off-by: Amir Vadai <amirv@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>