Skip to content

Commit

Permalink
i40iw: Change dup_ack_thresh to u8
Browse files Browse the repository at this point in the history
Change dup_ack_thressh to u8 since it is a 3 bit field.

Signed-off-by: Mustafa Ismail <[email protected]>
Signed-off-by: Shiraz Saleem <[email protected]>
Signed-off-by: Doug Ledford <[email protected]>
  • Loading branch information
mustafakismail authored and dledford committed Aug 2, 2016
1 parent c5d057d commit 8c1ea86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/infiniband/hw/i40iw/i40iw_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ struct i40iw_tcp_offload_info {
bool time_stamp;
u8 cwnd_inc_limit;
bool drop_ooo_seg;
bool dup_ack_thresh;
u8 dup_ack_thresh;
u8 ttl;
u8 src_mac_addr_idx;
bool avoid_stretch_ack;
Expand Down

0 comments on commit 8c1ea86

Please sign in to comment.