|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. 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
|
|
@@ -58,5 +58,7 @@
|
|
|
#define mlme_rl_debug(format, args...) \
|
|
|
QDF_TRACE_DEBUG_RL(QDF_MODULE_ID_CMN_MLME, format, ## args)
|
|
|
|
|
|
+#define mlme_rl_nofl_err(format, args...) \
|
|
|
+ QDF_TRACE_ERROR_RL_NO_FL(QDF_MODULE_ID_CMN_MLME, format, ## args)
|
|
|
#endif /* _WLAN_MLME_DBG_H_ */
|
|
|
|