qcacmn: Use qdf macro for epping mode

Use QDF macro to check if we are in epping mode.
Hardcode the ce engine to use interrupts in
epping mode.

Change-Id: Ie58c2efffdced03f24905469319eabc0af4ed228
CRs-Fixed: 1003792
This commit is contained in:
Houston Hoffman
2016-04-14 17:15:49 -07:00
committed by Gerrit - the friendly Code Review server
父節點 4b7ebcfb01
當前提交 75ef5a55f2
共有 8 個文件被更改,包括 17 次插入20 次删除

查看文件

@@ -322,6 +322,8 @@ enum tQDF_GLOBAL_CON_MODE {
QDF_GLOBAL_MAX_MODE
};
#define QDF_IS_EPPING_ENABLED(mode) (mode == QDF_GLOBAL_EPPING_MODE)
#define qdf_print(args...) \
QDF_TRACE(QDF_MODULE_ID_QDF, QDF_TRACE_LEVEL_ERROR, ## args)