android_kernel_motorola_sm6225/drivers/net/qlcnic
Amit Kumar Salecha 42f65cbad4 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 <amit.salecha@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-06-23 13:16:29 -07:00
..
Makefile qlcnic: Qlogic ethernet driver for CNA devices 2010-01-16 01:17:15 -08:00
qlcnic.h qlcnic: handshake with card after fw load 2010-06-23 13:16:29 -07:00
qlcnic_ctx.c qlcnic: seperate interrupt for TX 2010-06-17 08:57:55 -07:00
qlcnic_ethtool.c qlcnic: cleanup skb allocation 2010-06-23 13:16:28 -07:00
qlcnic_hdr.h qlcnic: NIC Partitioning - Add non privileged mode support 2010-06-02 02:24:03 -07:00
qlcnic_hw.c qlcnic: fix mac address mgmt 2010-06-23 13:16:29 -07:00
qlcnic_init.c qlcnic: handshake with card after fw load 2010-06-23 13:16:29 -07:00
qlcnic_main.c qlcnic: handshake with card after fw load 2010-06-23 13:16:29 -07:00