HT40/HT20 connection cannot be established on TDLS link

Pass (v)ht_present from supplicant down to LIM correctly.
Correct AddStaParams->vhtTxWidthSet per firmware's
expectation, which is 0 for HT20_40 and 1 for HT80, and is
different than vhtCapInfo.vhtTxWidthSet value (0 for HT 80).

Change-Id: Ic7e20a002ca738f9380913183c05417aed40f16d
CRs-Fixed: 472051
diff --git a/CORE/MAC/inc/sirApi.h b/CORE/MAC/inc/sirApi.h
index 64907c4..eb0e3c7 100644
--- a/CORE/MAC/inc/sirApi.h
+++ b/CORE/MAC/inc/sirApi.h
@@ -3761,7 +3761,9 @@
     tANI_U8             extn_capability[SIR_MAC_MAX_EXTN_CAP];
     tANI_U8             supported_rates_length;
     tANI_U8             supported_rates[SIR_MAC_MAX_SUPP_RATES];
+    tANI_U8             htcap_present;
     tSirHTCap           htCap;
+    tANI_U8             vhtcap_present;
     tSirVHTCap          vhtCap;
     tANI_U8             uapsd_queues;
     tANI_U8             max_sp;