linux-stable/drivers/net/ixgbevf
Greg Rose 5d426ad1af ixgbevf: Fix Oops
The driver is calling netif_carrier_off and netif_tx_stop_all_queues
before the netdevice is registered which causes an Oops.  Move call
to netif_carrier_off after the netdevice is registered and remove
call to netif_tx_stop_all_queues because there aren't any TX
queues yet.

Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Tested-by: Emil Tantilov <emil.s.tantilov@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2010-11-16 19:27:19 -08:00
..
defines.h ixgbevf: Update Version String and Copyright Notice 2010-11-16 19:26:43 -08:00
ethtool.c ixgbevf: Refactor ring parameter re-size 2010-09-24 22:43:31 -07:00
ixgbevf.h ixgbevf: Update Version String and Copyright Notice 2010-11-16 19:26:43 -08:00
ixgbevf_main.c ixgbevf: Fix Oops 2010-11-16 19:27:19 -08:00
Makefile ixgbevf: Update Version String and Copyright Notice 2010-11-16 19:26:43 -08:00
mbx.c ixgbevf: Update Version String and Copyright Notice 2010-11-16 19:26:43 -08:00
mbx.h ixgbevf: Update Version String and Copyright Notice 2010-11-16 19:26:43 -08:00
regs.h ixgbevf: Update Version String and Copyright Notice 2010-11-16 19:26:43 -08:00
vf.c ixgbevf: Update Version String and Copyright Notice 2010-11-16 19:26:43 -08:00
vf.h ixgbevf: Update Version String and Copyright Notice 2010-11-16 19:26:43 -08:00