From: Michael Chan Date: Tue, 21 Mar 2006 05:33:26 +0000 (-0800) Subject: [TG3]: Add some missing netif_running() checks X-Git-Tag: v2.6.17-rc1~1175^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e75f7c900944aa90831f6d343ca40090a68b56dd;p=pandora-kernel.git [TG3]: Add some missing netif_running() checks Add missing netif_running() checks in tg3's dev->set_multicast_list() and dev->set_mac_address(). If not netif_running(), these 2 calls can simply return 0 after storing the new settings if required. Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed