qcacld-3.0: Replace WME_AC_* macros with QCA_WLAN_AC_*
Replace WME_AC_* macros with QCA_WLAN_AC_*. Change-Id: I359a8afa48ae6697df41d8f832195c918d57e0ae CRs-Fixed: 2421732
This commit is contained in:

committed by
nshrivas

parent
02aaa30b19
commit
da54c26b4e
@@ -96,10 +96,10 @@
|
|||||||
* Firmware by default categorizes ARP packets with VOICE TID.
|
* Firmware by default categorizes ARP packets with VOICE TID.
|
||||||
* This ini shall be used to override the default configuration.
|
* 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 ieee80211_common.h
|
||||||
* WME_AC_BE = 0 (Best effort)
|
* QCA_WLAN_AC_BE = 0 (Best effort)
|
||||||
* WME_AC_BK = 1 (Background)
|
* QCA_WLAN_AC_BK = 1 (Background)
|
||||||
* WME_AC_VI = 2 (Video)
|
* QCA_WLAN_AC_VI = 2 (Video)
|
||||||
* WME_AC_VO = 3 (Voice)
|
* QCA_WLAN_AC_VO = 3 (Voice)
|
||||||
*
|
*
|
||||||
* Related: none
|
* Related: none
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user