Skip to content

Commit

Permalink
qcacld-3.0: default_defconfig: Disable WLAN loggings
Browse files Browse the repository at this point in the history
* Disable Debug
* Dont compile log levels
* Disable packet log
* Disable MTRACE
* Disable 6Ghz support
* Disable Firmware loggings
* Disable Tracing features

Signed-off-by: Panchajanya1999 <[email protected]>
Change-Id: I5b51d3f92029cfeee2c7227eeff02d61cdd61c60
  • Loading branch information
Panchajanya1999 authored and Royna2544 committed Sep 24, 2023
1 parent d870050 commit 339e5d7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions drivers/staging/qcacld-3.0/configs/default_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ CONFIG_QCA_WIFI_QCA8074 := y
CONFIG_QCA_WIFI_QCA8074_VP := y
CONFIG_DP_INTR_POLL_BASED := y
CONFIG_TX_PER_PDEV_DESC_POOL := y
CONFIG_DP_TRACE := y
CONFIG_DP_TRACE := n
CONFIG_FEATURE_TSO := y
CONFIG_FEATURE_FORCE_WAKE := y
CONFIG_DP_LFR := y
Expand Down Expand Up @@ -532,14 +532,14 @@ endif
# Compile all log levels by default
CONFIG_WLAN_LOG_FATAL := y
CONFIG_WLAN_LOG_ERROR := y
CONFIG_WLAN_LOG_WARN := y
CONFIG_WLAN_LOG_INFO := y
CONFIG_WLAN_LOG_WARN := n
CONFIG_WLAN_LOG_INFO := n

#Enable OL debug and wmi unified functions
CONFIG_ATH_PERF_PWR_OFFLOAD := y

#Disable packet log
CONFIG_REMOVE_PKT_LOG := n
CONFIG_REMOVE_PKT_LOG := y

#Enable 11AC TX
ifeq ($(CONFIG_ROME_IF),pci)
Expand Down Expand Up @@ -793,7 +793,7 @@ CONFIG_WLAN_DFS_STATIC_MEM_ALLOC := y
CONFIG_FEATURE_HTC_CREDIT_HISTORY := y

#Flag to enable MTRACE feature
CONFIG_TRACE_RECORD_FEATURE := y
CONFIG_TRACE_RECORD_FEATURE := n

#Flag to enable DFS Master feature
CONFIG_WLAN_DFS_MASTER_ENABLE := y
Expand Down Expand Up @@ -901,7 +901,7 @@ CONFIG_WMI_ROAM_SUPPORT := y
CONFIG_WMI_CONCURRENCY_SUPPORT := y
CONFIG_WMI_STA_SUPPORT := y

CONFIG_DP_TRACE := y
CONFIG_DP_TRACE := n

ifeq ($(CONFIG_HELIUMPLUS), y)
ifneq ($(CONFIG_FORCE_ALLOC_FROM_DMA_ZONE), y)
Expand Down Expand Up @@ -1029,9 +1029,9 @@ CONFIG_WLAN_FEATURE_DP_BUS_BANDWIDTH := y
ifeq ($(CONFIG_CNSS_QCA6490), y)

#Enable 6 GHz Band
CONFIG_BAND_6GHZ := y
CONFIG_RX_FISA := y
CONFIG_MORE_TX_DESC := y
CONFIG_BAND_6GHZ := n
CONFIG_RX_FISA := n
CONFIG_MORE_TX_DESC := n

endif

Expand Down

0 comments on commit 339e5d7

Please sign in to comment.