diff options
| author | Govind Singh <govinds@codeaurora.org> | 2016-04-27 15:03:14 +0530 |
|---|---|---|
| committer | Vishwajith Upendra <vishwaji@codeaurora.org> | 2016-05-02 23:28:07 -0700 |
| commit | 86bfeb15e64069157cf59402ceae52ea93eaffa2 (patch) | |
| tree | 4923fe28dbe7f7dc95ac516f0a7248e21f2ad404 | |
| parent | efc5ccd7ca5791056501ebfd9d63833e7f9d3d71 (diff) | |
qcacld-3.0: Remove FL macro definition from UMAC 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
| -rw-r--r-- | core/mac/src/include/sir_debug.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/mac/src/include/sir_debug.h b/core/mac/src/include/sir_debug.h index 674855d0567b..c038523cf784 100644 --- a/core/mac/src/include/sir_debug.h +++ b/core/mac/src/include/sir_debug.h @@ -100,9 +100,6 @@ #endif /* WLAN_MDM_CODE_REDUCTION_OPT */ -#define FL(x) "%s: %d: " \ - x, __func__, __LINE__ - #define MAC_ADDR_ARRAY(a) (a)[0], (a)[1], (a)[2], (a)[3], (a)[4], (a)[5] #define MAC_ADDRESS_STR "%02x:%02x:%02x:%02x:%02x:%02x" |
