qcacmn: Add FL macro definition in QDF layer

FL macro definition is used in converged layer, move
FL macro definition from umac layer to common QDF layer.

Change-Id: Id3c4383c385eb3d6391c4c066b0034fb2f053cdc
CRs-Fixed: 1008835
Este commit está contenido en:
Govind Singh
2016-04-27 15:38:17 +05:30
cometido por Vishwajith Upendra
padre 01d950eb71
commit 0b58728a33

Ver fichero

@@ -43,6 +43,8 @@
/* Type declarations */ /* Type declarations */
#define FL(x) "%s: %d: " x, __func__, __LINE__
/** /**
* typedef enum QDF_TRACE_LEVEL - Debug Trace level * typedef enum QDF_TRACE_LEVEL - Debug Trace level
* @QDF_TRACE_LEVEL_NONE: no trace will be logged. This value is in place * @QDF_TRACE_LEVEL_NONE: no trace will be logged. This value is in place