aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/igb/igb.h')
-rw-r--r--drivers/net/igb/igb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/igb/igb.h b/drivers/net/igb/igb.h
index a1431c8797b9..5915efccbcab 100644
--- a/drivers/net/igb/igb.h
+++ b/drivers/net/igb/igb.h
@@ -158,6 +158,7 @@ struct igb_ring {
158 union { 158 union {
159 /* TX */ 159 /* TX */
160 struct { 160 struct {
161 struct igb_queue_stats tx_stats;
161 bool detect_tx_hung; 162 bool detect_tx_hung;
162 }; 163 };
163 /* RX */ 164 /* RX */