android_kernel_samsung_sm86.../hal/wifi3.0
Nandha Kishore Easwaran 1d68998d30 qcacmn: Use cache_inv instead of cache_sync
Use cache invalidate api instead of cache_sync since
cache_sync api is not available in MIPS platform.

Change-Id: I4b8e2fc3cb9055d1c392c2f6dbe7d6be7c66031b
2020-12-08 07:21:36 -08:00
..
qca5018 qcacmn: Change the DST_ALT_IND_0 to WBM from REO2TCL 2020-12-08 01:12:32 -08:00
qca6290 qcacmn: Stop FISA if frame rings mismatch 2020-10-06 23:57:02 -07:00
qca6390 qcacmn: Add support to handle BAR frames in host 2020-11-13 13:09:14 -08:00
qca6490 qcacmn: Add support to handle BAR frames in host 2020-11-13 13:09:14 -08:00
qca6750 qcacmn: Add API to get reo destination indication for QCA6750 2020-10-10 11:41:39 -07:00
qca8074v1 qcacmn: Change the DST_ALT_IND_0 to WBM from REO2TCL 2020-12-08 01:12:32 -08:00
qca8074v2 qcacmn: Change the DST_ALT_IND_0 to WBM from REO2TCL 2020-12-08 01:12:32 -08:00
qcn9000 qcacmn: Change the DST_ALT_IND_0 to WBM from REO2TCL 2020-12-08 01:12:32 -08:00
qcn9100 qcacmn: Change the DST_ALT_IND_0 to WBM from REO2TCL 2020-12-08 01:12:32 -08:00
hal_api_mon.h qcacmn: Add error print for matching ppdu_id during HAL processing 2020-08-07 02:53:28 -07:00
hal_api.h qcacmn: Use cache_inv instead of cache_sync 2020-12-08 07:21:36 -08:00
hal_flow.h qcacmn: Add a new feature to support tagging of IPv4/v6 flows 2019-08-07 11:28:21 -07:00
hal_generic_api.h qcacmn: Data path changes for big endian platform 2020-11-20 08:35:22 -08:00
hal_hw_headers.h qcacmn: add APIs to access CMEM 2020-09-17 10:18:23 -07:00
hal_internal.h qcacmn: Change the DST_ALT_IND_0 to WBM from REO2TCL 2020-12-08 01:12:32 -08:00
hal_reo.c qcacmn: hal: Remove redundant __func__ from the logs 2020-09-15 02:45:57 -07:00
hal_reo.h qcacmn: Remove void ptr usage in HAL 2019-07-27 13:43:07 -07:00
hal_rx_flow_info.h qcacmn: Remove hash key related member in hal_rx_fst 2020-07-20 17:15:45 -07:00
hal_rx_flow.c qcacmn: Initialize the HW FST memory to zero 2020-09-29 13:23:28 -07:00
hal_rx_flow.h qcacmn: add HAL APIs to configure FSE in CMEM 2020-09-17 10:18:26 -07:00
hal_rx.h qcacmn: Add support to handle BAR frames in host 2020-11-13 13:09:14 -08:00
hal_srng.c qcacmn: Move delayed-reg-work active_work_cnt decrement 2020-11-14 20:04:04 -08:00
hal_tx.h qcacmn: Data path changes for big endian platform 2020-11-20 08:35:22 -08:00
hal_wbm.h qcacmn: Remove void ptr usage in HAL 2019-07-27 13:43:07 -07:00
README qcacmn: Separate hal for qca6290 and qca8074 2018-07-21 00:03:20 -07: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