qcacmn: Featurize wlan roam debug

Featurize wlan roam debug log to compile out in mission mode.

Change-Id: Ic3dcdc6ab541093f16fcc8b9118120aa1f9b972f
CRs-Fixed: 2241297
This commit is contained in:
Qiwei Cai
2018-05-17 16:20:11 +08:00
committed by nshrivas
parent cd23d9575c
commit 1c8f4f7be2
2 changed files with 19 additions and 1 deletions

View File

@@ -29,6 +29,7 @@
#include <wlan_cmn.h>
#include "wlan_roam_debug.h"
#ifdef FEATURE_ROAM_DEBUG
/*
* wlan roam debug log is stored in this global structure. It can be accessed
* without requiring any psoc or vdev context. It will be accessible in
@@ -206,5 +207,5 @@ void wlan_roam_debug_dump_table(void)
}
qdf_export_symbol(global_wlan_roam_debug_table);
#endif /* FEATURE_ROAM_DEBUG */