wlan:If channel bonding is disabled dont update the channel opermode.

Even if channel bonding is disabled in INI after connection, when
host receive the beacon from AP with channel width greater than
20Mhz, an update is sent to firmware with channel bonding mode
value as received in beacon.

Added a check that if channel bonding mode is disabled, ignore the
channel width in beacon. Also ignore the vht opmode change action
frame if channel bonding is disabled.

Change-Id: Ia4d0f98eda0bf7b016577eaea58260bb3a5b5754
CRs-Fixed: 756269
diff --git a/CORE/WDA/src/wlan_qct_wda.c b/CORE/WDA/src/wlan_qct_wda.c
index 46c63c1..5bd5c22 100644
--- a/CORE/WDA/src/wlan_qct_wda.c
+++ b/CORE/WDA/src/wlan_qct_wda.c
@@ -16494,7 +16494,9 @@
       vos_mem_free(wdiTemp);
       return VOS_STATUS_E_NOMEM;
    }
-
+   VOS_TRACE( VOS_MODULE_ID_WDA, VOS_TRACE_LEVEL_INFO,
+                 "------> %s Opmode = %d and staid = %d" ,
+                     __func__, pData->opMode, pData->staId);
    wdiTemp->opMode = pData->opMode;
    wdiTemp->staId  = pData->staId;