Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 890561a6 authored by Krunal Soni's avatar Krunal Soni Committed by nshrivas
Browse files

qcacld-3.0: Fix policy manager utfw API to delete all connection

cds_decr_connection_count_utfw() API is using
cds_init_policy_mgr() API to reset policy manager table as well
as timer deinit but it does more than resetting the table which causes
a stablity issue. For example, cds_init_policy_mgr() API calls to
reinitialization connection_update_done_evt event which triggers
stability issue as it has been already initialized once.
Purpose of delete all connection option is, to reset the policy
manager table, to reset any timers which can be achieved by
calling cds_deinit_policy_mgr() followed by cds_init_policy_mgr()

Change-Id: Ie3328e150ead99418ddd5025b42a2669e95e1553
CRs-Fixed: 2305419
parent c1bd53d7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment