Changing the mapping of Differentiated Services Code Point named CS6(48) to the User Priority AC_VO(7). Change-Id: I167d8c6327a8b3c292f98baafb5baccfdfdfc277 CRs-Fixed: 2629716
@@ -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