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:
@@ -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.
|
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
||||||
*
|
*
|
||||||
@@ -71,7 +71,6 @@ typedef struct sRemainOnChn {
|
|||||||
#define P2P_SINGLE_NOA 4
|
#define P2P_SINGLE_NOA 4
|
||||||
|
|
||||||
typedef struct sp2pContext {
|
typedef struct sp2pContext {
|
||||||
v_CONTEXT_t cds_context;
|
|
||||||
tHalHandle hHal;
|
tHalHandle hHal;
|
||||||
uint8_t sessionId; /* Session id corresponding to P2P */
|
uint8_t sessionId; /* Session id corresponding to P2P */
|
||||||
uint8_t SMEsessionId;
|
uint8_t SMEsessionId;
|
||||||
|
Reference in New Issue
Block a user