diff options
| author | Orhan K AKYILDIZ <oka@codeaurora.org> | 2016-12-21 16:13:07 -0800 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-12-22 18:28:15 -0800 |
| commit | e7707eaf039ca8dc7c768bc673fbddd1e933a2a4 (patch) | |
| tree | f17dbbac0b133d7280b5ea5fea65ef6528571d20 | |
| parent | 1c393ec6d0b2d1db0837412a472d536cde478a8d (diff) | |
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
| -rw-r--r-- | core/dp/htt/htt_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
