1
0

qcacmn: Fix compile issues when some features are disabled

Fix compile issues when some features are disabled, the features are:
BUILD_DEBUG_VERSION
CONFIG_CP_STATS
CONFIG_HOST_OPCLASS
CONFIG_FEATURE_ROAM_DEBUG
There are some other features depends on each other, so enabled features to
qcs40x.snoc.perf_defconfig, the features are:
CONFIG_WLAN_FEATURE_FILS
CONFIG_WMI_ROAM_SUPPORT
CONFIG_WMI_STA_SUPPORT
CONFIG_REG_CLIENT
CONFIG_WLAN_FEATURE_DP_BUS_BANDWIDTH
CONFIG_WMI_CONCURRENCY_SUPPORT
CONFIG_LL_DP_SUPPORT

Change-Id: I6fa1eacb79576a955e593dbb9ac52083742275e3
CRs-Fixed: 2584839
Este cometimento está contido em:
Hangtian Zhu
2019-12-12 10:47:03 +08:00
cometido por nshrivas
ascendente 68930ca688
cometimento 7788a89ccd
7 ficheiros modificados com 109 adições e 11 eliminações

Ver ficheiro

@@ -54,12 +54,10 @@
#include <a_debug.h>
#define FWLOG_DEBUG ATH_DEBUG_MAKE_MODULE_MASK(0)
#ifdef WLAN_DEBUG
static int get_version;
static int gprint_limiter;
static bool tgt_assert_enable;
#ifdef WLAN_DEBUG
static ATH_DEBUG_MASK_DESCRIPTION g_fwlog_debug_description[] = {
{FWLOG_DEBUG, "fwlog"},
};