diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2009-08-14 15:33:17 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-15 01:35:41 +0200 |
commit | 49d4b8ba97034469b941d00d5ca1e3b897394e35 (patch) | |
tree | f2a38e44e64bf9cc9fb9ba15158312a187d4d48b /drivers/net/sky2.h | |
parent | ixgbe: Add support for NETIF_F_FCOE_MTU to 82599 devices (diff) | |
download | linux-49d4b8ba97034469b941d00d5ca1e3b897394e35.tar.xz linux-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.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 { #define SKY2_FLAG_AUTO_SPEED 0x0002 #define SKY2_FLAG_AUTO_PAUSE 0x0004 - u8 restarting; enum flow_control flow_mode; enum flow_control flow_status; |