|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2017 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2017-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
|
|
@@ -28,7 +28,6 @@
|
|
|
|
|
|
#ifdef WLAN_FEATURE_FILS_SK
|
|
|
|
|
|
-#define WLAN_FILS_DEBUG
|
|
|
#ifdef WLAN_FILS_DEBUG
|
|
|
/**
|
|
|
* lim_fils_data_dump()- dump fils data
|
|
@@ -41,7 +40,7 @@
|
|
|
static void lim_fils_data_dump(char *type, uint8_t *data, uint32_t len)
|
|
|
{
|
|
|
|
|
|
- QDF_TRACE(QDF_MODULE_ID_PE, QDF_TRACE_LEVEL_INFO,
|
|
|
+ QDF_TRACE(QDF_MODULE_ID_PE, QDF_TRACE_LEVEL_DEBUG,
|
|
|
("%s : length %d"), type, len);
|
|
|
qdf_trace_hex_dump(QDF_MODULE_ID_PE, QDF_TRACE_LEVEL_INFO, data, len);
|
|
|
}
|