wlan: Ignore Channel 165 for country INDONESIA.

In the function csrApplyChannelPowerCountryInfo while updating the
channel list if the country code is "ID" and the channel number is 165
and if the flag fIgnore_chan165 is set to true then do not update the
channel list.

Change-Id: I420217e596ba00896d0b7360d802153447111ce2
CR-Fixed: 417938
diff --git a/CORE/HDD/inc/wlan_hdd_cfg.h b/CORE/HDD/inc/wlan_hdd_cfg.h
index 18a6291..96be87b 100644
--- a/CORE/HDD/inc/wlan_hdd_cfg.h
+++ b/CORE/HDD/inc/wlan_hdd_cfg.h
@@ -1157,6 +1157,11 @@
 #define CFG_ENABLE_DFS_CHNL_SCAN_MAX               ( 1 )
 #define CFG_ENABLE_DFS_CHNL_SCAN_DEFAULT           ( 1 )
 
+#define CFG_ENABLE_IGNORE_CHAN165                   "gIgnore_Chan165"
+#define CFG_ENABLE_IGNORE_CHAN165_MIN               ( 0 )
+#define CFG_ENABLE_IGNORE_CHAN165_MAX               ( 1 )
+#define CFG_ENABLE_IGNORE_CHAN165_DEFAULT           ( 0 )
+
 typedef enum
 {
     eHDD_LINK_SPEED_REPORT_ACTUAL = 0,
@@ -1682,6 +1687,7 @@
    v_BOOL_t                    skipDfsChnlInP2pSearch;
    v_BOOL_t                    ignoreDynamicDtimInP2pMode;
    v_U32_t                     numBuffAdvert;
+   v_U8_t                      ignore_chan165;
 } hdd_config_t;
 /*--------------------------------------------------------------------------- 
   Function declarations and documenation