From 07734b957b5a31c2bdefa7d7fbb92e2f27df23b2 Mon Sep 17 00:00:00 2001 From: Sathish Kumar Date: Tue, 26 Jun 2018 17:20:35 +0530 Subject: [PATCH] qcacmn: Add OL param for DBR ring status dump Direct Buffer Rx module has an API to print the status of the rings per module per pdev. Introduce OL param to support this through CLI. Change-Id: Iebbd2c314e72dc0753cdcb581f17d93d3c71a5db CR-Fixed: 2263968 --- dp/inc/cdp_txrx_stats_struct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dp/inc/cdp_txrx_stats_struct.h b/dp/inc/cdp_txrx_stats_struct.h index 1378acd797..3fe7183808 100644 --- a/dp/inc/cdp_txrx_stats_struct.h +++ b/dp/inc/cdp_txrx_stats_struct.h @@ -1253,7 +1253,7 @@ enum _ol_ath_param_t { OL_ATH_PARAM_PRECAC_INTER_CHANNEL = 373, OL_ATH_PARAM_PRECAC_CHAN_STATE = 374, #endif - + OL_ATH_PARAM_DBR_RING_STATUS = 375, }; /* Enumeration of PDEV Configuration parameter */