qcacld-3.0: Optimize logs in serialization

Remove redundant logs in serialization.

Change-Id: Icaebd5ce800ec035f082210785e95372cf2e7e72
CRs-Fixed: 2612824
This commit is contained in:
gaurank kathpalia
2020-02-03 11:34:06 +05:30
committed by nshrivas
parent d70ac58e9e
commit 16f2a47c11
3 changed files with 3 additions and 14 deletions

View File

@@ -522,7 +522,6 @@ tdls_add_peer_serialize_callback(struct wlan_serialization_command *cmd,
}
req = cmd->umac_cmd;
tdls_debug("reason: %d, req %pK", reason, req);
switch (reason) {
case WLAN_SER_CB_ACTIVATE_CMD:
@@ -983,7 +982,6 @@ tdls_update_peer_serialize_callback(struct wlan_serialization_command *cmd,
}
req = cmd->umac_cmd;
tdls_debug("reason: %d, req %pK", reason, req);
switch (reason) {
case WLAN_SER_CB_ACTIVATE_CMD:
@@ -1107,7 +1105,6 @@ tdls_del_peer_serialize_callback(struct wlan_serialization_command *cmd,
}
req = cmd->umac_cmd;
tdls_debug("reason: %d, req %pK", reason, req);
switch (reason) {
case WLAN_SER_CB_ACTIVATE_CMD:

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017-2019 The Linux Foundation. All rights reserved.
* Copyright (c) 2017-2020 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
@@ -348,9 +348,6 @@ tdls_send_mgmt_serialize_callback(struct wlan_serialization_command *cmd,
}
req = cmd->umac_cmd;
tdls_debug("reason: %d, vdev_id: %d",
reason, req->vdev_id);
switch (reason) {
case WLAN_SER_CB_ACTIVATE_CMD:
/* command moved to active list */