]> bbs.cooldavid.org Git - net-next-2.6.git/commit
qlcnic: fix set mac addr
authorAmit Kumar Salecha <amit.salecha@qlogic.com>
Wed, 7 Apr 2010 23:51:49 +0000 (16:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Apr 2010 23:51:49 +0000 (16:51 -0700)
commita55cb185b4a8f84cd05b66bb00b267ea455ecdc8
tree58f5d702ca045acc4a48c6bc23d880fad5a35dea
parent3bcf8229a8c49769e48d3e0bd1e20d8e003f8106
qlcnic: fix set mac addr

If interface is down, mac address request are not sent to fw
but it is getting add in driver mac list.
Driver mac list should be in sync with fw i.e addresses communicated
to fw.

Signed-off-by: Amit Kumar Salecha <amit.salecha@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/qlcnic/qlcnic_hw.c