|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2014-2017 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2014-2018 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
|
|
@@ -19,9 +19,7 @@
|
|
|
#if !defined(__I_HOST_DIAG_CORE_LOG_H)
|
|
|
#define __I_HOST_DIAG_CORE_LOG_H
|
|
|
|
|
|
-#ifdef FEATURE_WLAN_DIAG_SUPPORT
|
|
|
#include <log_codes.h>
|
|
|
-#endif
|
|
|
|
|
|
/**=========================================================================
|
|
|
|
|
@@ -108,6 +106,13 @@ void host_diag_log_submit(void *plog_hdr_ptr);
|
|
|
#define WLAN_HOST_DIAG_LOG_REPORT(payload_ptr)
|
|
|
#define WLAN_HOST_DIAG_LOG_FREE(payload_ptr)
|
|
|
|
|
|
+static inline void host_diag_log_set_code(void *ptr, uint16_t code)
|
|
|
+{
|
|
|
+}
|
|
|
+
|
|
|
+static inline void host_diag_log_set_length(void *ptr, uint16_t length)
|
|
|
+{
|
|
|
+}
|
|
|
#endif /* FEATURE_WLAN_DIAG_SUPPORT */
|
|
|
|
|
|
/*-------------------------------------------------------------------------
|