Forráskód Böngészése

qcacld-3.0: Relocate HDD ini items

Relocate below HDD ini items as per converged infrastructure.
1. private_wext_control
2. gInterfaceChangeWait
3. gTimerMultiplier
4. g_bug_on_reinit_failure
5. gEnableDumpCollect
6. gMulticastHostFwMsgs
7. wlanLoggingEnable
8. wlanLoggingToConsole
9. gWlanAutoShutdown
10. gEnablefwprint
11. gEnablefwlog
12. gEnablePacketLog

Change-Id: I913bbbcfd94eba609836afdcc134c3ccd7a8f46b
CRs-Fixed: 2322112
Dundi Raviteja 6 éve
szülő
commit
1a3b8954cc
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      cfg/cfg_all.h

+ 2 - 0
cfg/cfg_all.h

@@ -40,11 +40,13 @@
 #endif
 
 #include "wlan_pmo_cfg.h"
+#include "hdd_config.h"
 
 /* Maintain Alphabetic order here while adding components */
 #define CFG_ALL \
 	CFG_CONVERGED_ALL \
 	CFG_FWOL_ALL \
+	CFG_HDD_ALL \
 	CFG_MLME_ALL \
 	CFG_NAN_ALL \
 	CFG_P2P_ALL \