qcacmn: DSCP-TID map change for second hardware
Change to added entries for 48 DSCP TID map for second version of hardware. Change-Id: Ie4aa0e27616e2f03b012e19d025444c8c53fe341 CRs-Fixed: 2315305
此提交包含在:
@@ -68,7 +68,7 @@ static void hal_tx_set_dscp_tid_map_8074v2(void *hal_soc, uint8_t *map,
|
||||
|
||||
struct hal_soc *soc = (struct hal_soc *)hal_soc;
|
||||
|
||||
if (id >= HAL_MAX_HW_DSCP_TID_MAPS_11AX)
|
||||
if (id >= HAL_MAX_HW_DSCP_TID_V2_MAPS)
|
||||
return;
|
||||
|
||||
cmn_reg_addr = HWIO_TCL_R0_CONS_RING_CMN_CTRL_REG_ADDR(
|
||||
|
新增問題並參考
封鎖使用者