wlan: Limit the BW of new channel to original BW during ECSA

During ECSA switch, limit the channel BW to the original BW
to which the SAP was started. So device should not set BW
greater than the original BW.

Change-Id: Id8bb45bccd61df224bc12ab3b7ac05d483120bd9
CRs-Fixed: 2143138
diff --git a/CORE/HDD/src/wlan_hdd_cfg80211.c b/CORE/HDD/src/wlan_hdd_cfg80211.c
index d4c33a8..4a3a936 100644
--- a/CORE/HDD/src/wlan_hdd_cfg80211.c
+++ b/CORE/HDD/src/wlan_hdd_cfg80211.c
@@ -14480,7 +14480,7 @@
         /* This call decides required channel bonding mode */
         sme_SelectCBMode((WLAN_HDD_GET_CTX(pAdapter)->hHal),
                      hdd_cfg_xlate_to_csr_phy_mode(hddDot11Mode),
-                     operationChannel);
+                     operationChannel, eHT_MAX_CHANNEL_WIDTH);
     }
 }