]> git.baikalelectronics.ru Git - kernel.git/commit
ixgb: maybe stop tx port missed a piece
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Tue, 8 Jul 2008 22:51:07 +0000 (15:51 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Fri, 11 Jul 2008 05:20:26 +0000 (01:20 -0400)
commitd4b20496247b8f3580918dfce0ee793d793b5c52
tree7b315dc9d51bf729056c977593c322b33c271ae9
parentb758cadbca213b27ed3c5769ecf96828481d46b2
ixgb: maybe stop tx port missed a piece

back when maybe stop tx was added to the ixgb driver some mistakes
were made and the driver
a) didn't remove the tx lock, which is now un-necessary
b) didn't change the restart code to be compliant with maybe_stop

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/ixgb/ixgb_main.c