Archived
14
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
Sathya Perla f25b03a7bd be2net: replace udelay() with schedule_timeout() in mbox polling
As mbox polling is done only in process context, it is better to
use schedule_timeout() instead of udelay().

Signed-off-by: Sathya Perla <sathyap@serverengines.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-06-01 00:15:52 -07:00
..
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: replace udelay() with schedule_timeout() in mbox polling 2010-06-01 00:15:52 -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: cleanup in case of error in be_open() 2010-06-01 00:15:51 -07:00
Kconfig be2net: remove ASIC generation number from Kconfig 2010-02-12 12:28:00 -08:00
Makefile