Browse Source

qcacld-3.0: Remove sme_qos_a_cto_up_map

The mapping table sme_qos_a_cto_up_map is unused, so remove it.

Change-Id: I1a7b25b07f555dc873cdcafec20f47f1494ec4eb
CRs-Fixed: 2365051
Jeff Johnson 6 years ago
parent
commit
d544de42cb
1 changed files with 0 additions and 13 deletions
  1. 0 13
      core/sme/src/qos/sme_qos.c

+ 0 - 13
core/sme/src/qos/sme_qos.c

@@ -128,19 +128,6 @@ sme_QosEdcaAcType sme_qos_u_pto_ac_map[SME_QOS_WMM_UP_MAX] = {
 	SME_QOS_EDCA_AC_VO      /* User Priority 7 */
 };
 
-/*
- * Table to map access category (AC) to appropriate user priority as specified
- * in 802.11e/WMM
- * Note: there is a quantization loss here because 4 ACs are mapped to 8 UPs
- * Mapping is done for consistency
- */
-enum sme_qos_wmmuptype sme_qos_a_cto_up_map[SME_QOS_EDCA_AC_MAX] = {
-	SME_QOS_WMM_UP_BE,      /* AC BE */
-	SME_QOS_WMM_UP_BK,      /* AC BK */
-	SME_QOS_WMM_UP_VI,      /* AC VI */
-	SME_QOS_WMM_UP_VO       /* AC VO */
-};
-
 /*
  * DESCRIPTION
  * SME QoS module's FLOW Link List structure. This list can hold information