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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user