qcacmn: Add debug RL log in cfg layer
Add debug RL log in cfg layer to rate limit the excess logs. Change-Id: If4d18bfa45bb4011172896488de168950a14db67 CRs-Fixed: 2392876
This commit is contained in:

committed by
nshrivas

parent
9d76260ac9
commit
0affa64a1c
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2016-2018 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2016-2019 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -42,6 +42,8 @@
|
||||
QDF_TRACE_INFO(QDF_MODULE_ID_OS_IF, params)
|
||||
#define cfg80211_debug(params...) \
|
||||
QDF_TRACE_DEBUG(QDF_MODULE_ID_OS_IF, params)
|
||||
#define cfg80211_debug_rl(params...) \
|
||||
QDF_TRACE_DEBUG_RL(QDF_MODULE_ID_OS_IF, params)
|
||||
|
||||
#define COMMON_VENDOR_COMMANDS \
|
||||
{ \
|
||||
|
Reference in New Issue
Block a user