aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/i40iw
diff options
context:
space:
mode:
authorMustafa Ismail <mustafa.ismail@intel.com>2016-07-12 11:48:45 -0500
committerDoug Ledford <dledford@redhat.com>2016-08-02 14:17:38 -0400
commit8c1ea86d44d35ff8d3a01b62e2505c9d7e48ac5a (patch)
tree5de95dedb7cf8c51d74e6cf6b5968baa38edaac1 /drivers/infiniband/hw/i40iw
parenti40iw: Remove unnecessary check for moving CQ head (diff)
downloadlinux-dev-8c1ea86d44d35ff8d3a01b62e2505c9d7e48ac5a.tar.xz
linux-dev-8c1ea86d44d35ff8d3a01b62e2505c9d7e48ac5a.zip
i40iw: Change dup_ack_thresh to u8
Change dup_ack_thressh to u8 since it is a 3 bit field. Signed-off-by: Mustafa Ismail <mustafa.ismail@intel.com> Signed-off-by: Shiraz Saleem <shiraz.saleem@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/i40iw')
-rw-r--r--drivers/infiniband/hw/i40iw/i40iw_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/i40iw/i40iw_type.h b/drivers/infiniband/hw/i40iw/i40iw_type.h
index 16cc61720b53..2b1a04e9ca3c 100644
--- a/drivers/infiniband/hw/i40iw/i40iw_type.h
+++ b/drivers/infiniband/hw/i40iw/i40iw_type.h
@@ -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;