qcacmn: Rename cmd ring to cmd_credit ring

Command ring is now renamed to credit ring on QCN9000
and used for credit based flow.
Renaming the ring to give meaningful name.

Change-Id: I726aed19477fcfb256e4e0cca8ddb9389035b58c
CRs-Fixed: 2562640
This commit is contained in:
Ankit Kumar
2019-10-29 08:44:18 +05:30
committed by nshrivas
parent 281aa22857
commit f63aaef3d3
7 changed files with 41 additions and 38 deletions

View File

@@ -552,7 +552,7 @@ enum hal_ring_type {
REO_CMD = 3,
REO_STATUS = 4,
TCL_DATA = 5,
TCL_CMD = 6,
TCL_CMD_CREDIT = 6,
TCL_STATUS = 7,
CE_SRC = 8,
CE_DST = 9,