|
@@ -1,5 +1,5 @@
|
|
/*
|
|
/*
|
|
- * Copyright (c) 2011-2012, 2014-2016 The Linux Foundation. All rights reserved.
|
|
|
|
|
|
+ * Copyright (c) 2011-2012, 2014-2016, 2018 The Linux Foundation. All rights reserved.
|
|
*
|
|
*
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -48,7 +48,7 @@ typedef struct tagDblLinkList {
|
|
tListElem ListHead;
|
|
tListElem ListHead;
|
|
qdf_mutex_t Lock;
|
|
qdf_mutex_t Lock;
|
|
uint32_t Count;
|
|
uint32_t Count;
|
|
- tHddHandle hHdd;
|
|
|
|
|
|
+ hdd_handle_t hHdd;
|
|
tListFlag Flag;
|
|
tListFlag Flag;
|
|
/*command debugging */
|
|
/*command debugging */
|
|
uint32_t cmdTimeoutDuration; /* command timeout duration */
|
|
uint32_t cmdTimeoutDuration; /* command timeout duration */
|
|
@@ -73,7 +73,7 @@ typedef struct tagDblLinkList {
|
|
#define csrIsListEmpty(pHead) ((pHead)->next == (pHead))
|
|
#define csrIsListEmpty(pHead) ((pHead)->next == (pHead))
|
|
|
|
|
|
uint32_t csr_ll_count(tDblLinkList *pList);
|
|
uint32_t csr_ll_count(tDblLinkList *pList);
|
|
-QDF_STATUS csr_ll_open(tHddHandle hHdd, tDblLinkList *pList);
|
|
|
|
|
|
+QDF_STATUS csr_ll_open(hdd_handle_t hHdd, tDblLinkList *pList);
|
|
void csr_ll_close(tDblLinkList *pList);
|
|
void csr_ll_close(tDblLinkList *pList);
|
|
void csr_ll_lock(tDblLinkList *pList);
|
|
void csr_ll_lock(tDblLinkList *pList);
|
|
void csr_ll_unlock(tDblLinkList *pList);
|
|
void csr_ll_unlock(tDblLinkList *pList);
|