qcacld-3.0: Multiple cleanup regarding access category

1. Replace TX_WMM_AC_NUM/OL_TX_NUM_WMM_AC with QCA_WLAN_AC_ALL
2. Replace SIR_QOS_NUM_AC_MAX with QCA_WLAN_AC_ALL
3. Replace WME_NUM_AC with QCA_WLAN_AC_ALL
4. Fix the typo sme_qos_u_pto_ac_map

CRs-Fixed: 2430527
Change-Id: Id2b4624d60a2bd7dd1471c65699ef0de1b88aecf
This commit is contained in:
Srinivas Girigowda
2019-03-25 14:05:33 -07:00
committed by nshrivas
orang tua e64f7f7d9b
melakukan 2d3650ef0c

Melihat File

@@ -95,7 +95,7 @@
*
* Firmware by default categorizes ARP packets with VOICE TID.
* This ini shall be used to override the default configuration.
* Access category enums are referenced in ieee80211_common.h
* Access category enums are referenced in qca-vendor.h
* QCA_WLAN_AC_BE = 0 (Best effort)
* QCA_WLAN_AC_BK = 1 (Background)
* QCA_WLAN_AC_VI = 2 (Video)