summaryrefslogtreecommitdiff
path: root/qdf
diff options
context:
space:
mode:
authorSrinivas Pitla <spitla@codeaurora.org>2018-01-08 16:53:37 +0530
committersnandini <snandini@codeaurora.org>2018-02-03 15:10:53 -0800
commitc4bdc7a1df413c4bd2d00f17923a57669a32e529 (patch)
tree77df95062b110ea86f2e536b4a82b9bb290452ae /qdf
parentd8781f1693f0900c9b0d9c56c294f4edb48168fb (diff)
downloadqca-wfi-host-cmn-c4bdc7a1df413c4bd2d00f17923a57669a32e529.tar.gz
qcacmn: Add target_if changes to QDF
1) Remove redundant members 2) Change the target_if debug level to info Change-Id: I49d5e3f2af61a87097145e9214d84882ffd439ee CRs-Fixed: 2177109
Diffstat (limited to 'qdf')
-rw-r--r--qdf/linux/src/i_osdep.h6
-rw-r--r--qdf/linux/src/qdf_trace.c2
2 files changed, 2 insertions, 6 deletions
diff --git a/qdf/linux/src/i_osdep.h b/qdf/linux/src/i_osdep.h
index 44fd7deda..cafcf5186 100644
--- a/qdf/linux/src/i_osdep.h
+++ b/qdf/linux/src/i_osdep.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013-2017 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-2018 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -160,8 +160,6 @@ typedef struct {
* @bc: hal bus context
* @device: generic device
* @event_queue: instance to wait queue
- * @wmi_timeout: init timeout
- * @wmi_timeout_unintr: init timeout (uninterrupted wait)
* @is_device_asleep: keep device status, sleep or awakei
* @acfg_event_list: event list
* @acfg_event_queue_lock: queue lock
@@ -185,8 +183,6 @@ struct _NIC_DEV {
#ifdef ATH_PERF_PWR_OFFLOAD
struct device *device;
wait_queue_head_t event_queue;
- unsigned int wmi_timeout;
- unsigned int wmi_timeout_unintr;
#endif /* PERF_PWR_OFFLOAD */
#if OS_SUPPORT_ASYNC_Q
os_mesg_queue_t async_q;
diff --git a/qdf/linux/src/qdf_trace.c b/qdf/linux/src/qdf_trace.c
index 4e04c7452..1a7bdc25f 100644
--- a/qdf/linux/src/qdf_trace.c
+++ b/qdf/linux/src/qdf_trace.c
@@ -2577,7 +2577,7 @@ static void set_default_trace_levels(struct category_info *cinfo)
[QDF_MODULE_ID_DP] = QDF_TRACE_LEVEL_FATAL,
[QDF_MODULE_ID_SOC] = QDF_TRACE_LEVEL_NONE,
[QDF_MODULE_ID_OS_IF] = QDF_TRACE_LEVEL_NONE,
- [QDF_MODULE_ID_TARGET_IF] = QDF_TRACE_LEVEL_NONE,
+ [QDF_MODULE_ID_TARGET_IF] = QDF_TRACE_LEVEL_INFO,
[QDF_MODULE_ID_SCHEDULER] = QDF_TRACE_LEVEL_NONE,
[QDF_MODULE_ID_MGMT_TXRX] = QDF_TRACE_LEVEL_NONE,
[QDF_MODULE_ID_PMO] = QDF_TRACE_LEVEL_NONE,