summaryrefslogtreecommitdiffstats
path: root/drivers/net/igbvf/igbvf.h
diff options
context:
space:
mode:
authorLior Levy <lior.levy@intel.com>2011-02-11 03:38:04 +0000
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-02-24 02:38:38 -0800
commit6799746ad63b3df7ddf47797bb06467db35c6f94 (patch)
tree08c9375fc0f5f99b673606021297a796a433feca /drivers/net/igbvf/igbvf.h
parent65d676c8c13c39301ebf813c7af00a13f05b2035 (diff)
downloadlinux-stable-6799746ad63b3df7ddf47797bb06467db35c6f94.tar.gz
linux-stable-6799746ad63b3df7ddf47797bb06467db35c6f94.tar.bz2
linux-stable-6799746ad63b3df7ddf47797bb06467db35c6f94.zip
igbvf: remove Tx hang detection
Removed Tx hang detection mechanism from igbvf. This mechanism has no affect and can cause false alarm message in some cases. Signed-off-by: Lior Levy <lior.levy@intel.com> Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/igbvf/igbvf.h')
-rw-r--r--drivers/net/igbvf/igbvf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/igbvf/igbvf.h b/drivers/net/igbvf/igbvf.h
index 990c329e6c3b..d5dad5d607d6 100644
--- a/drivers/net/igbvf/igbvf.h
+++ b/drivers/net/igbvf/igbvf.h
@@ -201,9 +201,6 @@ struct igbvf_adapter {
unsigned int restart_queue;
u32 txd_cmd;
- bool detect_tx_hung;
- u8 tx_timeout_factor;
-
u32 tx_int_delay;
u32 tx_abs_int_delay;