Forráskód Böngészése

qcacld-3.0: Remove cds_context from tp2pContext

The cds_context in tp2pContext is unused, so remove it.

Change-Id: I0250847eb975db3e606ab867ce74fceb28d99e44
CRs-Fixed: 2102488
Jeff Johnson 7 éve
szülő
commit
1796f6a81b
1 módosított fájl, 1 hozzáadás és 2 törlés
  1. 1 2
      core/sme/inc/p2p_api.h

+ 1 - 2
core/sme/inc/p2p_api.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012, 2014-2016 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011-2012, 2014-2017 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -71,7 +71,6 @@ typedef struct sRemainOnChn {
 #define P2P_SINGLE_NOA 4
 
 typedef struct sp2pContext {
-	v_CONTEXT_t cds_context;
 	tHalHandle hHal;
 	uint8_t sessionId;      /* Session id corresponding to P2P */
 	uint8_t SMEsessionId;