linux/drivers/net/qlcnic
amit salecha 0e5f20b656 qlcnic: fix flash fw version read
Driver is reading flash fw version from defined address, this address
may be invalid. Indeed Driver should read address for fw version through
flash layout table. Flash layout table has defined region and address for
fw version address should be read from fw image region.

Driver has check for old firmware, this bug can cause driver load fail.
This patch will try to read fw version from flash image region, if that fails,
read from defined address.

Signed-off-by: Amit Kumar Salecha <amit.salecha@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-01-10 13:34:54 -08:00
..
Makefile qlcnic: Qlogic ethernet driver for CNA devices 2010-01-16 01:17:15 -08:00
qlcnic_ctx.c qlcnic: LICENSE file for qlcnic 2010-12-03 09:33:21 -08:00
qlcnic_ethtool.c qlcnic: fix LED test when interface is down. 2010-12-17 11:39:01 -08:00
qlcnic_hdr.h qlcnic: fix ocm window register offset calculation 2010-12-17 11:39:01 -08:00
qlcnic_hw.c drivers/net/*/: Use static const 2010-12-21 02:16:10 -08:00
qlcnic_init.c qlcnic: fix flash fw version read 2011-01-10 13:34:54 -08:00
qlcnic_main.c qlcnic: reset pci function unconditionally during probe 2010-12-17 11:39:02 -08:00
qlcnic.h qlcnic: fix flash fw version read 2011-01-10 13:34:54 -08:00