summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTang Yingying <yintang@codeaurora.org>2018-06-19 12:35:52 +0800
committernshrivas <nshrivas@codeaurora.org>2018-06-25 04:22:22 -0700
commitf1e42b1bef96cd43ffaab91afa60c8fdbdceee9a (patch)
treedfd08a2013b7aac00f85cee87b0c00b590937f1a
parent8292c0031b95e070629646422e958fcff016f3fc (diff)
qcacld-3.0: Avoid flush prints in RX process
Firmware will set offload bit in HTT_T2H_MSG_TYPE_RX_IN_ORD_PADDR_IND when it wake up from sleep. This bit will cause a print in host RX process. Change the return value to avoid the flush prints Change-Id: I89198b4e761d975a8413e7fc114700040670d9df CRs-Fixed: 2245373
-rw-r--r--core/dp/htt/htt_rx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/dp/htt/htt_rx.c b/core/dp/htt/htt_rx.c
index 9a4f987af15d..06c9e2665752 100644
--- a/core/dp/htt/htt_rx.c
+++ b/core/dp/htt/htt_rx.c
@@ -2392,7 +2392,6 @@ htt_rx_amsdu_rx_in_order_pop_ll(htt_pdev_handle pdev,
ol_rx_offload_paddr_deliver_ind_handler(pdev, msdu_count,
msg_word);
*head_msdu = *tail_msdu = NULL;
- ret = 0;
goto end;
}