diff options
Diffstat (limited to 'drivers/net/bnx2.h')
-rw-r--r-- | drivers/net/bnx2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/bnx2.h b/drivers/net/bnx2.h index ea1ab06046d7..cc36b75b2b39 100644 --- a/drivers/net/bnx2.h +++ b/drivers/net/bnx2.h | |||
@@ -4051,6 +4051,9 @@ struct bnx2 { | |||
4051 | u32 flash_size; | 4051 | u32 flash_size; |
4052 | 4052 | ||
4053 | int status_stats_size; | 4053 | int status_stats_size; |
4054 | |||
4055 | struct z_stream_s *strm; | ||
4056 | void *gunzip_buf; | ||
4054 | }; | 4057 | }; |
4055 | 4058 | ||
4056 | static u32 bnx2_reg_rd_ind(struct bnx2 *bp, u32 offset); | 4059 | static u32 bnx2_reg_rd_ind(struct bnx2 *bp, u32 offset); |