Skip to content

Commit

Permalink
mt7615: disable debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Sep 25, 2023
1 parent 06c750e commit ea3f42d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,11 @@
#define PRINT_MAC(addr) \
addr[0], addr[1], addr[2], addr[3], addr[4], addr[5]

#ifdef DBG
extern int DebugLevel;
extern UINT32 DebugCategory;
extern UINT32 DebugSubCategory[DBG_LVL_MAX + 1][32];


#ifdef DBG
#define MTWF_LOG(Category, SubCategory, Level, Fmt) \
do { \
if ((0x1 << Category) & (DebugCategory)) \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,6 @@ EXTRA_CFLAGS += -DMEMORY_OPTIMIZATION
else
#EXTRA_CFLAGS += -DDBG
endif
EXTRA_CFLAGS += -DDBG

ifeq ($(CONFIG_RTMP_INTERNAL_TX_ALC),y)
EXTRA_CFLAGS += -DRTMP_INTERNAL_TX_ALC
Expand Down

0 comments on commit ea3f42d

Please sign in to comment.