wlan:11AC Tx BeamForming Feature support.

Modified the driver to support 11AC Tx Beamforming Feature.

Change-Id: I4e08692f1637261315e41372a5891854a286300c
(cherry picked from commit af6fe6b148f1979b7c821b990a12d956d3cb39a3)
(cherry picked from commit 08f87c23add121e1fd168aa2c79597214314cc5d)
diff --git a/CORE/WDI/CP/src/wlan_qct_wdi.c b/CORE/WDI/CP/src/wlan_qct_wdi.c
index 75f647d..4d53521 100644
--- a/CORE/WDI/CP/src/wlan_qct_wdi.c
+++ b/CORE/WDI/CP/src/wlan_qct_wdi.c
@@ -21883,6 +21883,7 @@
   {
      phalConfigSta_V1->vhtCapable = pwdiConfigSta->ucVhtCapableSta;
      phalConfigSta_V1->vhtTxChannelWidthSet = pwdiConfigSta->ucVhtTxChannelWidthSet;
+     phalConfigSta_V1->vhtTxBFEnabled = pwdiConfigSta->ucVhtTxBFEnabled;
      phalConfigSta_V1->htLdpcEnabled = pwdiConfigSta->ucHtLdpcEnabled;
      phalConfigSta_V1->vhtLdpcEnabled = pwdiConfigSta->ucVhtLdpcEnabled;