qcacmn: Fix low TPC power for vendor DTPC IE
Currently low TPC power is configured to firmware if power constraint IE is not present and only vendor DTPC IE is present. TPC power calculation is depends on regulatory power, ap power constraint and TPE IE. To fix this add new check is_power_constraint_abs in reg_tpc_obj. Whenever local power constraint is from DTPC IE, is_power_constraint_abs is set to true. And TPC power is calculated with regulatory power, DTPC IE power and TPE IE power. Change-Id: If6f1ea737c8b32db449dd340314026fd3693b698 CRs-Fixed: 3387238
Loading
Please register or sign in to comment