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)
commitd543103a0c75edc0a7a08dfd796de67466a15dfb
tree5a4b58145bd85ef40aae345e179889386dca7902
parent6c2da9c2182fe64b1443a75efc09e493923e86b0
net: netif_device_attach/detach should start/stop all queues

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>
net/core/dev.c