Browse Source

qcacld-3.0: Downgrade WMM AC for data frames if BMPS disabled

qcacld-2.0 to qcacld-3.0 propagation

As per the current implementation STA is sending Vo tagged data after
delTspec if BMPS disabled.

To fix this issue, make wmmAcAccessAllowed to false in hdd_wmm_delts().

Change-Id: I2351a4fd463e0e80cc7aefa5485046eab491ce45
CRs-Fixed: 967685
Sreelakshmi Konamki 9 years ago
parent
commit
9d6b75d1a4
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

@@ -2420,6 +2420,8 @@ hdd_wlan_wmm_status_e hdd_wmm_delts(hdd_adapter_t *pAdapter, uint32_t handle)
 		 */
 		pAdapter->hddWmmStatus.wmmAcStatus[acType].wmmAcTspecValid =
 			false;
+		pAdapter->hddWmmStatus.wmmAcStatus[acType].wmmAcAccessAllowed =
+			false;
 
 		/* need to tell TL to stop trigger timer, etc */
 		hdd_wmm_disable_tl_uapsd(pQosContext);