qcacld-3.0: Remove cds_context from tp2pContext

The cds_context in tp2pContext is unused, so remove it.

Change-Id: I0250847eb975db3e606ab867ce74fceb28d99e44
CRs-Fixed: 2102488
This commit is contained in:
Jeff Johnson
2017-08-31 10:11:21 -07:00
committed by snandini
parent 916e40dad9
commit 1796f6a81b

View File

@@ -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;