qcacmn: Add more debug_ids and reduce the dump log level
Add more debug IDs to narrow down further funciton who is holding peer reference. Reduce the peer debug dump log level to avoid side effects of console logging. Change-Id: I9820c72bcde8a0c2b0e779cf322e1133ef8a43e6 CRs-Fixed: 2303069
This commit is contained in:

zatwierdzone przez
nshrivas

rodzic
f3ea89016b
commit
d0fc0ea364
@@ -198,16 +198,28 @@ enum ol_tx_spec {
|
||||
* @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_WMA_CCMP_REPLAY_ATTACK: debug id for CCMP replay
|
||||
* @PEER_DEBUG_ID_WMA_DEL_BSS:debug id for remove BSS
|
||||
* @PEER_DEBUG_ID_WMA_VDEV_STOP_RESP:debug id for vdev stop response handler
|
||||
* @PEER_DEBUG_ID_OL_PEER_MAP:debug id for peer map/unmap
|
||||
* @PEER_DEBUG_ID_OL_PEER_ATTACH: debug id for peer attach/detach
|
||||
* @PEER_DEBUG_ID_OL_TXQ_VDEV_FL: debug id for vdev flush
|
||||
* @PEER_DEBUG_ID_OL_HASH_ERS:debug id for peer find hash erase
|
||||
* @PEER_DEBUG_ID_MAX: debug id MAX
|
||||
*/
|
||||
enum peer_debug_id_type {
|
||||
PEER_DEBUG_ID_OL_INTERNAL = 0,
|
||||
PEER_DEBUG_ID_WMA_PKT_DROP = 1,
|
||||
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_WMA_CCMP_REPLAY_ATTACK = 6,
|
||||
PEER_DEBUG_ID_OL_INTERNAL,
|
||||
PEER_DEBUG_ID_WMA_PKT_DROP,
|
||||
PEER_DEBUG_ID_WMA_ADDBA_REQ,
|
||||
PEER_DEBUG_ID_WMA_DELBA_REQ,
|
||||
PEER_DEBUG_ID_LIM_SEND_ADDBA_RESP,
|
||||
PEER_DEBUG_ID_OL_RX_THREAD,
|
||||
PEER_DEBUG_ID_WMA_CCMP_REPLAY_ATTACK,
|
||||
PEER_DEBUG_ID_WMA_DEL_BSS,
|
||||
PEER_DEBUG_ID_WMA_VDEV_STOP_RESP,
|
||||
PEER_DEBUG_ID_OL_PEER_MAP,
|
||||
PEER_DEBUG_ID_OL_PEER_ATTACH,
|
||||
PEER_DEBUG_ID_OL_TXQ_VDEV_FL,
|
||||
PEER_DEBUG_ID_OL_HASH_ERS,
|
||||
PEER_DEBUG_ID_MAX
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user