wlan: Set TxBF csn value based on ini configuration.

Broadcom AP has an issue that when pronto advertise the csn value
as 3 it uses the 2 antenna in the NDPA packet but it suppose to
use the 3 antenna in the NDPA packet. If we advertise the csn value
as 2 then it uses 3 antenna in the NDPA packet. We need to have
ini configuration for setting the csn value.

CRs-Fixed: 453491
Change-Id: I757a9dd5dbb5bf957f92253b9499802148302903
diff --git a/CORE/SME/inc/csrInternal.h b/CORE/SME/inc/csrInternal.h
index b535b3d..73c58ef 100644
--- a/CORE/SME/inc/csrInternal.h
+++ b/CORE/SME/inc/csrInternal.h
@@ -620,6 +620,7 @@
 #ifdef WLAN_FEATURE_11AC
     tANI_U32  nVhtChannelWidth;
     tANI_U8   txBFEnable;
+    tANI_U8   txBFCsnValue;
 #endif
     tANI_U8   txLdpcEnable;