diff options
Diffstat (limited to 'drivers/net/via-velocity.h')
-rw-r--r-- | drivers/net/via-velocity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/via-velocity.h b/drivers/net/via-velocity.h index 82968e46d5df..b9e114d36c0f 100644 --- a/drivers/net/via-velocity.h +++ b/drivers/net/via-velocity.h | |||
@@ -246,7 +246,7 @@ struct tdesc1 { | |||
246 | struct td_buf { | 246 | struct td_buf { |
247 | u32 pa_low; | 247 | u32 pa_low; |
248 | u16 pa_high; | 248 | u16 pa_high; |
249 | u16 bufsize:14; | 249 | u16 bufsize:14; |
250 | u16 reserved:1; | 250 | u16 reserved:1; |
251 | u16 queue:1; | 251 | u16 queue:1; |
252 | } __attribute__ ((__packed__)); | 252 | } __attribute__ ((__packed__)); |