linux/drivers/net/benet
Sarveshwar Bandi d9efd2af46 be2net: Fix to avoid firmware update when interface is not open.
Since interrupts are enabled only when open is called on the interface,
Attempting a firmware update operation when interface is down could lead to
partial success or failure of operation. This fix fails the request if
netif_running is false.

Signed-off-by: Sarveshwar Bandi <Sarveshwar.Bandi@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-11-19 08:57:19 -08:00
..
be.h be2net: Changes to use only priority codes allowed by f/w 2010-10-21 07:11:14 -07:00
be_cmds.c benet: remove dead code 2010-10-24 14:55:48 -07:00
be_cmds.h benet: remove dead code 2010-10-24 14:55:48 -07:00
be_ethtool.c be2net: add multiple RX queue support 2010-10-03 22:12:27 -07:00
be_hw.h be2net: fix net-snmp error because of wrong packet stats 2010-09-03 09:52:45 -07:00
be_main.c be2net: Fix to avoid firmware update when interface is not open. 2010-11-19 08:57:19 -08:00
Kconfig be2net: remove ASIC generation number from Kconfig 2010-02-12 12:28:00 -08:00
Makefile