net: netif_device_attach/detach should start/stop all queues
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 8 Apr 2009 13:15:22 +0000 (13:15 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Apr 2009 08:43:10 +0000 (01:43 -0700)
Currently netif_device_attach/detach are only stopping one queue.  They
should be starting and stopping all the queues on a given device.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found