qcacmn: Add a new enum for WBM2SW_RELEASE used for DS

Add a new enum for WBM2SW_RELEASE ring used
specifically for handling tx completions from
ppe2tcl ring in DS

Change-Id: I88f033e87f2a40e6f730728da3168b18b5e39f5c
CRs-Fixed: 3303259
This commit is contained in:
Pavankumar Nandeshwar
2022-09-29 06:10:18 -07:00
committed by Madan Koyyalamudi
vanhempi 720568a65d
commit da32e55eb0

Näytä tiedosto

@@ -940,6 +940,7 @@ uint16_t wlan_util_get_peer_count_for_mode(struct wlan_objmgr_pdev *pdev,
* @WLAN_MD_DP_SRNG_REO2PPE- dp_srng type PPE rx ring
* @WLAN_MD_DP_SRNG_PPE2TCL - dp_srng type for PPE tx ring
* @WLAN_MD_DP_SRNG_PPE_RELEASE - dp_srng type for PPE tx com ring
* @WLAN_MD_DP_SRNG_PPE_WBM2SW_RELEASE - dp_srng type for PPE2TCL tx com ring
* @WLAN_MD_MAX - Max value
*/
enum wlan_minidump_host_data {
@@ -980,6 +981,7 @@ enum wlan_minidump_host_data {
WLAN_MD_DP_SRNG_REO2PPE,
WLAN_MD_DP_SRNG_PPE2TCL,
WLAN_MD_DP_SRNG_PPE_RELEASE,
WLAN_MD_DP_SRNG_PPE_WBM2SW_RELEASE,
WLAN_MD_MAX
};