Files
android_kernel_samsung_sm86…/core/hdd
Vinod Kumar Pirla b0c9e8a2a7 qcacld-3.0: Introduce link_info array iterator APIs
Add a new iterator to loop through all the elements of
link_info array in adapter.

API: hdd_adapter_for_each_link_entry()
	a) This API iterates through all the links,
	   irrespective of whether the index in active_links
	   bitmap is set or not, starting from zeroth index.
	b) The iterator stops at the end of the array.

Change-Id: I6e7aa59fe1828daebe9c616c90d345d0ca405d10
CRs-Fixed: 3448729
2023-05-23 19:53:34 -07:00
..