Sfoglia il codice sorgente

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
Jeff Johnson 7 anni fa
parent
commit
23f532b887
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      utils/logging/src/wlan_logging_sock_svc.c

+ 0 - 5
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)