Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
[cascardo/linux.git] / drivers / infiniband / hw / cxgb4 / t4fw_ri_api.h
index 6121ca0..5709e77 100644 (file)
@@ -848,6 +848,6 @@ enum {                     /* TCP congestion control algorithms */
 #define V_CONG_CNTRL(x) ((x) << S_CONG_CNTRL)
 #define G_CONG_CNTRL(x) (((x) >> S_CONG_CNTRL) & M_CONG_CNTRL)
 
-#define T5_OPT_2_VALID       (1 << 31)
+#define CONG_CNTRL_VALID   (1 << 18)
 
 #endif /* _T4FW_RI_API_H_ */