qcacld-3.0: Remove excessive logging for FILS based connection

Currently host driver is dumping all the connection related
info for FILS connection.

Add changes to remove excessive logging for FILS connection

Change-Id: Ib23a90672413e00c06ae61f01fbbb0fb51edda56
CRs-Fixed: 2077465
这个提交包含在:
Kapil Gupta
2017-07-17 13:50:59 +05:30
提交者 snandini
父节点 f3f65873ab
当前提交 2a0781fb4c

查看文件

@@ -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);
}