diff options
| author | Service qcabuildsw <qcabuildsw@localhost> | 2016-12-22 18:30:37 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-22 18:30:37 -0800 |
| commit | 7392a582048f28f475bea66b2aafaf5299d3e083 (patch) | |
| tree | 83a4693230f870a974ce17fec66917b00b37adfd | |
| parent | babf3732f969c3fd893c5c57a791ccd423791170 (diff) | |
| parent | e7707eaf039ca8dc7c768bc673fbddd1e933a2a4 (diff) | |
Merge "qcacld-3.0: Fix USR variant build error" into wlan-cld3.driver.lnx.1.1-dev
| -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; |
