Browse Source

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
Venkata Sharath Chandra Manchala 5 years ago
parent
commit
97e365d9e5
1 changed files with 4 additions and 1 deletions
  1. 4 1
      uapi/linux/pktlog_ac_fmt.h

+ 4 - 1
uapi/linux/pktlog_ac_fmt.h

@@ -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