qcacld-3.0: map DSCP CS6(48) to UP AC_VO(7)

Changing the mapping of Differentiated Services Code
Point named CS6(48) to the User Priority AC_VO(7).

Change-Id: I167d8c6327a8b3c292f98baafb5baccfdfdfc277
CRs-Fixed: 2629716
This commit is contained in:
Vevek Venkatesan
2020-02-26 15:33:45 +05:30
committed by nshrivas
parent 8e9267fafe
commit 7567bc26ee

View File

@@ -1535,6 +1535,8 @@ static inline QDF_STATUS hdd_custom_dscp_up_map(
dscp_to_up_map[DSCP(44)] = SME_QOS_WMM_UP_VO;
dscp_to_up_map[DSCP(48)] = SME_QOS_WMM_UP_NC;
return QDF_STATUS_SUCCESS;
}
#else