qcacmn: Enable support for receive defragmentation

Enable support for receive defragmentation on Lithium.

Change-Id: I6c1213db29d3b6e0a11506d6945d9ea05ece2c73
CRs-Fixed: 1109359
This commit is contained in:
Ravi Joshi
2016-11-09 17:09:47 -08:00
committed by snandini
parent e7148bdd67
commit 36f68ad7cb
10 changed files with 2026 additions and 69 deletions

View File

@@ -947,4 +947,5 @@ static inline qdf_dma_addr_t hal_srng_get_tp_addr(void *hal_soc, void *hal_ring)
*/
extern void hal_get_srng_params(void *hal_soc, void *hal_ring,
struct hal_srng_params *ring_params);
#endif /* _HAL_API_H_ */
#endif /* _HAL_APIH_ */