diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2009-08-14 09:33:17 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-14 19:35:41 -0400 |
commit | 49d4b8ba97034469b941d00d5ca1e3b897394e35 (patch) | |
tree | f2a38e44e64bf9cc9fb9ba15158312a187d4d48b /drivers/net/sky2.h | |
parent | f34c5c828439cedbc222030d7e45af69f947384d (diff) |
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.h | 1 |
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 { | |||
2053 | #define SKY2_FLAG_AUTO_SPEED 0x0002 | 2053 | #define SKY2_FLAG_AUTO_SPEED 0x0002 |
2054 | #define SKY2_FLAG_AUTO_PAUSE 0x0004 | 2054 | #define SKY2_FLAG_AUTO_PAUSE 0x0004 |
2055 | 2055 | ||
2056 | u8 restarting; | ||
2057 | enum flow_control flow_mode; | 2056 | enum flow_control flow_mode; |
2058 | enum flow_control flow_status; | 2057 | enum flow_control flow_status; |
2059 | 2058 | ||