qcacmn: Add PEER_DEBUG_ID_OL_RX_THREAD
Add PEER_DEBUG_ID_OL_RX_THREAD to track caller from rx thread. Change-Id: I0e0086e264fa2a6f4879f5c6aa90e7ffb6272416 CRs-Fixed: 2169630
Tento commit je obsažen v:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2016-2017 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2016-2018 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -196,6 +196,7 @@ enum ol_tx_spec {
|
||||
* @PEER_DEBUG_ID_WMA_ADDBA_REQ: debug id for ADDBA request
|
||||
* @PEER_DEBUG_ID_WMA_DELBA_REQ: debug id for DELBA request
|
||||
* @PEER_DEBUG_ID_LIM_SEND_ADDBA_RESP: debug id for send ADDBA response
|
||||
* @PEER_DEBUG_ID_OL_RX_THREAD: debug id for rx thread
|
||||
* @PEER_DEBUG_ID_MAX: debug id MAX
|
||||
*/
|
||||
enum peer_debug_id_type {
|
||||
@@ -204,6 +205,7 @@ enum peer_debug_id_type {
|
||||
PEER_DEBUG_ID_WMA_ADDBA_REQ = 2,
|
||||
PEER_DEBUG_ID_WMA_DELBA_REQ = 3,
|
||||
PEER_DEBUG_ID_LIM_SEND_ADDBA_RESP = 4,
|
||||
PEER_DEBUG_ID_OL_RX_THREAD = 5,
|
||||
PEER_DEBUG_ID_MAX
|
||||
};
|
||||
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele