aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sky2.h
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2009-08-14 13:33:17 +0000
committerDavid S. Miller <davem@davemloft.net>2009-08-14 16:35:41 -0700
commit49d4b8ba97034469b941d00d5ca1e3b897394e35 (patch)
treef2a38e44e64bf9cc9fb9ba15158312a187d4d48b /drivers/net/sky2.h
parentixgbe: Add support for NETIF_F_FCOE_MTU to 82599 devices (diff)
downloadlinux-dev-49d4b8ba97034469b941d00d5ca1e3b897394e35.tar.xz
linux-dev-49d4b8ba97034469b941d00d5ca1e3b897394e35.zip
sky2: remove restarting workaround flag
The whole restarting flag was introduced by Mike McCormack and was a temporary duct tape patch around issues with transmits inflight during restart. The problems it was covering are now fixed and the code should have been reverted. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sky2.h')
-rw-r--r--drivers/net/sky2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/sky2.h b/drivers/net/sky2.h
index c9548d6d567c..65b94c366fbc 100644
--- a/drivers/net/sky2.h
+++ b/drivers/net/sky2.h
@@ -2053,7 +2053,6 @@ struct sky2_port {
#define SKY2_FLAG_AUTO_SPEED 0x0002
#define SKY2_FLAG_AUTO_PAUSE 0x0004
- u8 restarting;
enum flow_control flow_mode;
enum flow_control flow_status;