Browse Source

qcacld-3.0: Keep "p2p_go_on_5ghz_indoor_chan" ini disabled

Keep the ini "p2p_go_on_5ghz_indoor_chan" disabled by default.

Change-Id: If6a4b1a62959299aa5fceb5342571912c5e72c9b
CRs-Fixed: 3540166
Surya Prakash Sivaraj 1 year ago
parent
commit
cfd8da1768
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/p2p/dispatcher/inc/cfg_p2p.h

+ 1 - 1
components/p2p/dispatcher/inc/cfg_p2p.h

@@ -144,7 +144,7 @@
  */
 #define CFG_P2P_GO_ON_5GHZ_INDOOR_CHANNEL CFG_INI_BOOL(\
 					"p2p_go_on_5ghz_indoor_chan", \
-					"0", \
+					0, \
 					"Allow P2P GO on 5 GHz indoor channels")
 
 #define CFG_P2P_ALL \