qcacmn: convert target HT cap bitmap to host bitmap
HT cap bit map is different for tlv and non-tlv based firmware.
Convert target cap to host cap bitmap to abstract out the differences.
Change-Id: Ia803efa3a895c7faa159d8051277d2a926b365a5
diff --git a/wmi_unified_param.h b/wmi_unified_param.h
index 02f8151..0b59a14 100644
--- a/wmi_unified_param.h
+++ b/wmi_unified_param.h
@@ -6198,7 +6198,9 @@
#define WMI_HOST_HT_CAP_MPDU_DENSITY 0x0700 /* MPDU Density */
#define WMI_HOST_HT_CAP_MPDU_DENSITY_MASK_SHIFT 8
#define WMI_HOST_HT_CAP_HT40_SGI 0x0800
-#define WMI_HOST_HT_CAP_IBF_BFER 0x1000
+#define WMI_HOST_HT_CAP_RX_LDPC 0x1000
+#define WMI_HOST_HT_CAP_TX_LDPC 0x2000
+#define WMI_HOST_HT_CAP_IBF_BFER 0x4000
/* These macros should be used when we wish to advertise STBC support for
* only 1SS or 2SS or 3SS. */