Return-path: Received: from mx0b-0016f401.pphosted.com ([67.231.156.173]:51730 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750769AbeAYKTH (ORCPT ); Thu, 25 Jan 2018 05:19:07 -0500 From: Ganapathi Bhat To: CC: Brian Norris , Cathy Luo , Xinming Hu , Zhiyuan Yang , James Cao , Mangesh Malusare , Ganapathi Bhat Subject: [PATCH v2 0/2] mwifiex: fix RX data stall issue on USB interface Date: Thu, 25 Jan 2018 15:44:34 +0530 Message-ID: <1516875276-12171-1-git-send-email-gbhat@marvell.com> (sfid-20180125_111914_362446_B6A5ABE4) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: This patch series contains 2 fixes to avoid RX data stall on observed on high through put scenarios on some slower platforms. Shrenik Shikhare (2): mwifiex: schedule rx_work on RX interrupt for USB mwifiex: use more_rx_task_flag to avoid USB RX stall drivers/net/wireless/marvell/mwifiex/main.c | 17 +++++++++++++---- drivers/net/wireless/marvell/mwifiex/main.h | 2 ++ drivers/net/wireless/marvell/mwifiex/usb.c | 2 ++ 3 files changed, 17 insertions(+), 4 deletions(-) -- 1.9.1