qcacld-3.0: Add PKTLOG_TYPE_RX_STATBUF

Add macro PKTLOG_TYPE_RX_STATBUF to indicate
the full rx pktlog messages received from rxdma
monitor status ring.

Change-Id: Ib7b4b3a983a52a685949a23a3500e2ab110d713d
CRs-Fixed: 2529514
Este commit está contenido en:
Venkata Sharath Chandra Manchala
2019-09-16 13:42:24 -07:00
cometido por nshrivas
padre eb2d2581dc
commit 97e365d9e5

Ver fichero

@@ -141,8 +141,11 @@ enum {
#define PKTLOG_TYPE_SMART_ANTENNA 9
#define PKTLOG_TYPE_SW_EVENT 10
#define PKTLOG_TYPE_PKT_DUMP 11
/* From WIN definations */
/* Command to process Monitor status ring (Rx) buffers */
#define PKTLOG_TYPE_RX_STATBUF 22
/* Command to process PPDU Tx buffers from CE */
#define PKTLOG_TYPE_LITE_T2H 23
/* Command to process PPDU Rx buffers from Monitor status ring */
#define PKTLOG_TYPE_LITE_RX 24
#define PKTLOG_TYPE_MAX 25