ファイル
android_kernel_samsung_sm86…/hal/wifi3.0
Sravan Kumar Kairam 4c6a8a9123 qcacmn: Zero out the memory of hal shadow pointers
Currently hal shadow pointers after memory allocation
are not memset to zero. In case of SMMU S1 enable when
host starts to access hal srng the random value of shadow
memory is copied to host cached values which leads to accessing
the rings even when HW has not updated to it. So zero out
the memory of hal shadow ring pointers after memory allocation.

Change-Id: I10ac6bfff957e953ee9caa15056ce3fa9d57b70e
CRs-Fixed: 2368491
2019-01-29 14:32:03 -08:00
..
2018-11-13 06:56:15 -08:00
2018-11-13 06:56:15 -08:00
2018-11-13 06:56:15 -08:00
2018-11-13 06:56:15 -08:00
2018-11-13 06:56:15 -08:00

The below qca6290 and qca8074 folder has c files defining functions
and structures to hold target specific definitions to handle differences between
chips with respect to hal.

Please ensure changes get applied to all platform specific files if the fixes
are generic and applicable to all the folders.

qca6290
	hal_6290_rx.c - rx related target specific function
	hal_6290_srng_table.c - holds hw srng table and hal hw reg offsets array
	hal_6290_tx.c - tx related target specific function
qca8074
	hal_8074_rx.c - rx related target specific function
	hal_8074_srng_table.c - holds hw srng table and hal hw reg offsets array
	hal_8074_tx.c - tx related target specific function