6748c79f299f31a680411d6885627ea3d180948e

Currently, SRG PD threshold is updated with addition of SR_PD_THRESHOLD_MIN which is already added in srg threshold and threshold is left shifted to 8 bits and type casted to unit8 which is causing 0 value and NON-SRG PD threshold is updated to NON-SRG PD threshold advertised by AP only in case threshold provided by user space is not within the range of connected AP but in some cases user may enable command without threshold in such cases NON-SRG threshold will be sent as 0. Fix is to update SRG PD threshold directly to the value without any addition and use QDF_SET_BIT to add SRG and NON-SRG data in value which is required by FW. Update NON-SRG PD threshold to threshold advertised by AP in case userspace doesn't provide any PD threshold. Change-Id: I162722264a566e731352f11874f310714bffe4b2 CRs-Fixed: 3340905
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%