qca-wifi: Fixes needed to enable cfr compile flag
Compilation fixes required to enable cfr compile flag Change-Id: I0dd739a695d89a0effb6c116919ae915b2e22f0e CRs-Fixed: 2407354
This commit is contained in:

committato da
Gerrit - the friendly Code Review server

parent
dc9ee64e6f
commit
6ffa911be3
@@ -22,6 +22,21 @@
|
||||
#include <wlan_objmgr_cmn.h>
|
||||
#include <qal_streamfs.h>
|
||||
|
||||
#define cfr_alert(format, args...) \
|
||||
QDF_TRACE_FATAL(QDF_MODULE_ID_CFR, format, ## args)
|
||||
|
||||
#define cfr_err(format, args...) \
|
||||
QDF_TRACE_ERROR(QDF_MODULE_ID_CFR, format, ## args)
|
||||
|
||||
#define cfr_warn(format, args...) \
|
||||
QDF_TRACE_WARN(QDF_MODULE_ID_CFR, format, ## args)
|
||||
|
||||
#define cfr_info(format, args...) \
|
||||
QDF_TRACE_INFO(QDF_MODULE_ID_CFR, format, ## args)
|
||||
|
||||
#define cfr_debug(format, args...) \
|
||||
QDF_TRACE_DEBUG(QDF_MODULE_ID_CFR, format, ## args)
|
||||
|
||||
/**
|
||||
* struct cfr_capture_params - structure to store cfr config param
|
||||
* bandwidth: bandwitdh of capture
|
||||
|
Fai riferimento in un nuovo problema
Block a user