mako: disable Wi-Fi channel 165 in Indonesia

Channel 165 cannot be used in Indonesia.  Enable the wlan driver flag which
will disallow channel 165 when the device is being used in Indonesia.

Bug: 7444391
Change-Id: I807658506701fcc58081794326c3a5d4bff70c43
Signed-off-by: Iliyan Malchev <malchev@google.com>
diff --git a/WCNSS_qcom_cfg.ini b/WCNSS_qcom_cfg.ini
index a03252d..81f1536 100644
--- a/WCNSS_qcom_cfg.ini
+++ b/WCNSS_qcom_cfg.ini
@@ -214,5 +214,8 @@
 # Derive P2P MAC address from primary MAC address
 isP2pDeviceAddrAdministrated=1
 
+# Disable channel 165 for Indonesia
+gIgnore_Chan165=1
+
 END
 # Note: Configuration parser would not read anything past the END marker