From f1e42b1bef96cd43ffaab91afa60c8fdbdceee9a Mon Sep 17 00:00:00 2001 From: Tang Yingying Date: Tue, 19 Jun 2018 12:35:52 +0800 Subject: 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 --- core/dp/htt/htt_rx.c | 1 - 1 file changed, 1 deletion(-) 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; } -- cgit v1.2.3