summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJeff Johnson <jjohnson@codeaurora.org>2017-08-31 08:13:10 -0700
committersnandini <snandini@codeaurora.org>2017-09-07 18:08:25 -0700
commit23f532b8872be3b529702b6f9c545b2bec18fb54 (patch)
tree4b8d53e693216760043f2ca9e1c45f3238870ce4 /utils
parentfa099795fa49f3cf30535976fdaeaab0b06a4a54 (diff)
downloadqca-wfi-host-cmn-23f532b8872be3b529702b6f9c545b2bec18fb54.tar.gz
qcacmn: Remove reference to obsolete vos_ctx
wlan_logging_sock_svc has a reference to the vos_ctx. Since this is obsolete, remove the reference. Change-Id: I1256aa8a1220859911eceec8048a57856e64299a CRs-Fixed: 2102456
Diffstat (limited to 'utils')
-rw-r--r--utils/logging/src/wlan_logging_sock_svc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/logging/src/wlan_logging_sock_svc.c b/utils/logging/src/wlan_logging_sock_svc.c
index 7bcca368f..795fcddad 100644
--- a/utils/logging/src/wlan_logging_sock_svc.c
+++ b/utils/logging/src/wlan_logging_sock_svc.c
@@ -1237,11 +1237,6 @@ static void send_packetdump(qdf_nbuf_t netbuf, uint8_t status,
struct packet_dump pd_hdr = {0};
struct hdd_context *hdd_ctx;
struct hdd_adapter *adapter;
- v_CONTEXT_t vos_ctx;
-
- vos_ctx = cds_get_global_context();
- if (!vos_ctx)
- return;
hdd_ctx = (struct hdd_context *)cds_get_context(QDF_MODULE_ID_HDD);
if (!hdd_ctx)