aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ixgbe/ixgbe.h')
-rw-r--r--drivers/net/ixgbe/ixgbe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe.h b/drivers/net/ixgbe/ixgbe.h
index 76b052fa3643..7e35e97227bd 100644
--- a/drivers/net/ixgbe/ixgbe.h
+++ b/drivers/net/ixgbe/ixgbe.h
@@ -106,6 +106,7 @@ struct ixgbe_tx_buffer {
106 unsigned long time_stamp; 106 unsigned long time_stamp;
107 u16 length; 107 u16 length;
108 u16 next_to_watch; 108 u16 next_to_watch;
109 u16 mapped_as_page;
109}; 110};
110 111
111struct ixgbe_rx_buffer { 112struct ixgbe_rx_buffer {