linux/drivers/net/benet
Ajit Khaparde 4f2aa89cd2 be2net: Bug fix to send config commands to hardware after netdev_register
Sending config commands to be2 hardware before netdev_register is
completed, is sometimes causing the async link notification to arrive
even before the driver is ready to handle it. The commands for vlan
config and flow control settings can infact wait till be_open.
This patch takes care of that.

Signed-off-by: Ajit Khaparde <ajitk@serverengines.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-11-06 20:26:06 -08:00
..
Kconfig be2net: Add GRO support to the be2net driver. LRO is not supported anymore. 2009-07-23 18:00:59 -07:00
Makefile net: Add be2net driver. 2009-03-11 23:32:22 -07:00
be.h be2net: fix to set proper flow control on resume 2009-11-06 20:26:03 -08:00
be_cmds.c be2net: fix support for PCI hot plug 2009-10-14 23:29:56 -07:00
be_cmds.h be2net: Fix CQE_STATUS_EXTD_SHIFT define 2009-11-06 00:31:01 -08:00
be_ethtool.c be2net: fix to set proper flow control on resume 2009-11-06 20:26:03 -08:00
be_hw.h be2net: Changes to support flashing of the be2 network adapter 2009-09-07 01:56:38 -07:00
be_main.c be2net: Bug fix to send config commands to hardware after netdev_register 2009-11-06 20:26:06 -08:00