dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/benet
Sarveshwar Bandi dd131e76e5 be2net: Bug fix to avoid disabling bottom half during firmware upgrade.
Certain firmware commands/operations to upgrade firmware could take several
seconds to complete. The code presently disables bottom half during these
operations which could lead to unpredictable behaviour in certain cases. This
patch now does all firmware upgrade operations asynchronously using a
completion variable.

Signed-off-by: Sarveshwar Bandi <sarveshwarb@serverengines.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-05-25 16:16:32 -07:00
..
Kconfig be2net: remove ASIC generation number from Kconfig 2010-02-12 12:28:00 -08:00
Makefile
be.h be2net: Bug fix to avoid disabling bottom half during firmware upgrade. 2010-05-25 16:16:32 -07:00
be_cmds.c be2net: Bug fix to avoid disabling bottom half during firmware upgrade. 2010-05-25 16:16:32 -07:00
be_cmds.h be2net: Adding PCI SRIOV support 2010-04-01 19:53:14 -07:00
be_ethtool.c drivers/net: Remove unnecessary returns from void function()s 2010-05-14 00:19:28 -07:00
be_hw.h be2net: Adding PCI SRIOV support 2010-04-01 19:53:14 -07:00
be_main.c be2net: Bug fix to avoid disabling bottom half during firmware upgrade. 2010-05-25 16:16:32 -07:00