]> Git Repo - linux.git/commitdiff
i40iw: Change dup_ack_thresh to u8
authorMustafa Ismail <[email protected]>
Tue, 12 Jul 2016 16:48:45 +0000 (11:48 -0500)
committerDoug Ledford <[email protected]>
Tue, 2 Aug 2016 18:17:38 +0000 (14:17 -0400)
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]>
drivers/infiniband/hw/i40iw/i40iw_type.h

index 16cc61720b530e5879ba509ab8ad43e714fc738c..2b1a04e9ca3c0f1f34480a77ec45252172acaa3f 100644 (file)
@@ -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;
This page took 0.047112 seconds and 4 git commands to generate.