From: Amit Kumar Salecha Date: Tue, 22 Jun 2010 03:19:00 +0000 (+0000) Subject: qlcnic: fix mac address mgmt X-Git-Tag: v2.6.36-rc1~571^2~508 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42f65cbad4168958dff8a307bfe4b528409951d3;p=pandora-kernel.git qlcnic: fix mac address mgmt We first add mac address in driver local list and then send command to fw to add same. There are checks in driver to ensure send command doesn't fail before adding mac address in local list. But instead fix should be: Add mac address in fw and if it succeeds, add it in driver local list. Signed-off-by: Amit Kumar Salecha Signed-off-by: David S. Miller --- Reading git-diff-tree failed