瀏覽代碼

qcacld-3.0: Disable FW log parsing feature for Lithium targets

Disable fw log parsing feature config flag for Lithium
targets as firmware will no longer use WMI events for
sending logs.

With Lithium config flag disabled:
   text    data     bss     dec     hex  wlan.ko size
6767311  251817 2424616 9443744  9019a0       17096KB

With Lithium config flag enabled:
   text    data     bss     dec     hex  wlan.ko size
6699206   81613 2423872 9204691  8c73d3       16768KB

Change-Id: I536a20a0c0d7c4abcee775e3007d1749a21b648b
CRs-Fixed: 2504803
Yeshwanth Sriram Guntuka 5 年之前
父節點
當前提交
fcb37b7cf7
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      configs/default_defconfig

+ 2 - 0
configs/default_defconfig

@@ -708,8 +708,10 @@ CONFIG_FEATURE_WLAN_WAPI := y
 
 CONFIG_AGEIE_ON_SCAN_RESULTS := y
 
+ifneq ($(CONFIG_LITHIUM), y)
 #Flag to enable FW log parsing support feature
 CONFIG_FEATURE_FW_LOG_PARSING := y
+endif
 
 CONFIG_PTT_SOCK_SVC_ENABLE := y
 CONFIG_SOFTAP_CHANNEL_RANGE := y