commit | d543103a0c75edc0a7a08dfd796de67466a15dfb | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Wed Apr 08 13:15:22 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Apr 11 01:43:10 2009 -0700 |
tree | 5a4b58145bd85ef40aae345e179889386dca7902 | |
parent | 6c2da9c2182fe64b1443a75efc09e493923e86b0 [diff] |
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>