f1b455c7b5e89e4d0ff635b38574bd42514b2c8d

Propagation from qcacld-2.0 to qcacld-3.0. It is the regression issue caused by ChangeId I6223ab27c2285c53c45fd388bd56cadc6d348324. When changing the TX_WAKE_THRESHOLD to TX_WAKE_THRESHOLD_NEVER, the function wmi_unified_set_sta_ps_param will set iface->ps_enabled to FALSE. Because of this in function wma_set_vdev_resume_dtim, "iface->ps_enabled == TRUE" check fails which is not expected. To mitigate this issue, remove the unnecessary code related to iface->ps_enabled. Change-Id: I59a8b150cf8383bf265c048c9fa1b26646e68dc0 CRs-Fixed: 1039904
This is CNSS WLAN Host Driver for products starting from iHelium
Description
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%