From: Yan Burman Date: Thu, 7 Feb 2013 02:25:23 +0000 (+0000) Subject: net/mlx4_en: Re-arrange ndo_set_rx_mode related code X-Git-Tag: v3.9-rc1~139^2~138^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eb74fdda4ff72535849f9d99a8eabe69dceaddf;p=pandora-kernel.git 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 Signed-off-by: Amir Vadai Signed-off-by: David S. Miller --- Reading git-diff-tree failed