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 8f07bc0a1d4..7854b66648c 100644
--- a/drivers/net/igb/igb.h
+++ b/drivers/net/igb/igb.h
@@ -141,6 +141,7 @@ struct igb_buffer {
141 u16 length; 141 u16 length;
142 u16 next_to_watch; 142 u16 next_to_watch;
143 u16 mapped_as_page; 143 u16 mapped_as_page;
144 u16 gso_segs;
144 }; 145 };
145 /* RX */ 146 /* RX */
146 struct { 147 struct {