From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx0b-0016f401.pphosted.com ([67.231.156.173]:39202 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753991AbaIDRXQ convert rfc822-to-8bit (ORCPT ); Thu, 4 Sep 2014 13:23:16 -0400 From: Avinash Patil To: "John W. Linville" CC: "linux-wireless@vger.kernel.org" , Amitkumar Karwar , Xinming Hu , Marc Yang , Cathy Luo , Maithili Hinge Date: Thu, 4 Sep 2014 10:22:54 -0700 Subject: RE: [PATCH 00/17] mwifiex updates for 3.17 Message-ID: (sfid-20140904_192320_321920_5796E2C5) References: <1409576345-13717-1-git-send-email-patila@marvell.com> <20140904171502.GE3467@tuxdriver.com> In-Reply-To: <20140904171502.GE3467@tuxdriver.com> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: Hi John, Please take them for 3.18. Patch1 and Patch8 are critical fixes. Could you please add them to stable? Thanks, Avinash -----Original Message----- From: John W. Linville [mailto:linville@tuxdriver.com] Sent: Thursday, September 04, 2014 10:45 PM To: Avinash Patil Cc: linux-wireless@vger.kernel.org; Amitkumar Karwar; Xinming Hu; Marc Yang; Cathy Luo; Maithili Hinge Subject: Re: [PATCH 00/17] mwifiex updates for 3.17 These don't all seem to be fixes. Do you want me to take them for 3.18? Or do you want to divide this list between fixes and features and post them as different series for 3.17 and 3.18? John On Mon, Sep 01, 2014 at 06:28:48PM +0530, Avinash Patil wrote: > This patch series brings in scan enhancement including scan channel > gap, support for parsing FW API version from HW_SPEC command response, > support for processing RX in work queue and few trivial fixes for SDIO > multiport aggregation. > > Amitkumar Karwar (7): > mwifiex: fix a bug in Tx multiport aggregation > mwifiex: minor cleanup in multiport aggregation > mwifiex: fix left_len calculation issue > mwifiex: rename macro and variables related to API revision > mwifiex: use firmware API revision from GET_HW_SPEC response > mwifiex: remove redundant variable report_scan_result > mwifiex: remove low priority scan handling > > Avinash Patil (9): > mwifiex: fix probable memory corruption while processing TDLS frame > mwifiex: avoid processing RX packets with invalid length > mwifiex: rework internal scan for association > mwifiex: support for event done interrupt > mwifiex: set passive scan type for scan requests with no ssid > mwifiex: bring in scan channel gap feature > mwifiex: remove restriction of single channel scan when connected > mwifiex: process TX even when scan is ongoing > mwifiex: add rx workqueue support > > Xinming Hu (1): > mwifiex: fix 5G association failure after leaving 2.4G IBSS > > drivers/net/wireless/mwifiex/11n_rxreorder.c | 14 ++ > drivers/net/wireless/mwifiex/cfg80211.c | 13 +- > drivers/net/wireless/mwifiex/cmdevt.c | 28 ++-- > drivers/net/wireless/mwifiex/fw.h | 17 ++- > drivers/net/wireless/mwifiex/init.c | 25 +++- > drivers/net/wireless/mwifiex/main.c | 194 +++++++++++++-------------- > drivers/net/wireless/mwifiex/main.h | 49 +++++-- > drivers/net/wireless/mwifiex/pcie.c | 37 ++++- > drivers/net/wireless/mwifiex/pcie.h | 5 +- > drivers/net/wireless/mwifiex/scan.c | 112 ++++++++++------ > drivers/net/wireless/mwifiex/sdio.c | 28 ++-- > drivers/net/wireless/mwifiex/sta_cmd.c | 2 +- > drivers/net/wireless/mwifiex/sta_cmdresp.c | 4 +- > drivers/net/wireless/mwifiex/sta_ioctl.c | 13 +- > drivers/net/wireless/mwifiex/tdls.c | 4 +- > 15 files changed, 339 insertions(+), 206 deletions(-) > > -- > 1.8.1.4 > > -- John W. Linville Someday the world will need a hero, and you linville@tuxdriver.com might be all we have. Be ready.