Browse Source

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
Vevek Venkatesan 5 years ago
parent
commit
7567bc26ee
1 changed files with 2 additions and 0 deletions
  1. 2 0
      core/hdd/src/wlan_hdd_wmm.c

+ 2 - 0
core/hdd/src/wlan_hdd_wmm.c

@@ -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