From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from charlotte.tuxdriver.com ([70.61.120.58]:50675 "EHLO smtp.tuxdriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751047AbaIISaM (ORCPT ); Tue, 9 Sep 2014 14:30:12 -0400 Date: Tue, 9 Sep 2014 14:25:04 -0400 From: "John W. Linville" 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 Message-ID: <20140909182504.GI29412@tuxdriver.com> (sfid-20140909_203018_332431_34014806) References: <1409576345-13717-1-git-send-email-patila@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-wireless-owner@vger.kernel.org List-ID: OK. On Tue, Sep 09, 2014 at 10:10:01AM -0700, Avinash Patil wrote: > Hi John, > > Please drop this series. I will send v2. > > Thanks, > Avinash. > > -----Original Message----- > From: Avinash Patil [mailto:patila@marvell.com] > Sent: Monday, September 01, 2014 6:29 PM > To: linville@tuxdriver.com > Cc: linux-wireless@vger.kernel.org; Amitkumar Karwar; Xinming Hu; Marc Yang; Cathy Luo; Maithili Hinge; Avinash Patil > Subject: [PATCH 00/17] mwifiex updates for 3.17 > > 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.