From e7707eaf039ca8dc7c768bc673fbddd1e933a2a4 Mon Sep 17 00:00:00 2001 From: Orhan K AKYILDIZ Date: Wed, 21 Dec 2016 16:13:07 -0800 Subject: qcacld-3.0: Fix USR variant build error There was a typo in USR variant of the DEBUG_RX_RING_BUFFER featured code, which caused a symbol not defined in the header file, triggering an implicit function definition warning/error. Fixed typo. CRs-Fixed: 1104718 Change-Id: I6573904add1453d8c3765f030349a214b058e2c0 --- core/dp/htt/htt_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dp/htt/htt_internal.h b/core/dp/htt/htt_internal.h index b7787d5b6328..931c9087bc73 100644 --- a/core/dp/htt/htt_internal.h +++ b/core/dp/htt/htt_internal.h @@ -784,7 +784,7 @@ void htt_rx_dbg_rxbuf_reset(struct htt_pdev_t *pdev, return; } static inline -void htt_rx_dbg_rxbuf_indupt(struct htt_pdev_t *pdev, +void htt_rx_dbg_rxbuf_indupd(struct htt_pdev_t *pdev, int alloc_index) { return; -- cgit v1.2.3