From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx0b-0016f401.pphosted.com ([67.231.156.173]:51568 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757336AbaIIRKK convert rfc822-to-8bit (ORCPT ); Tue, 9 Sep 2014 13:10:10 -0400 From: Avinash Patil To: "linville@tuxdriver.com" CC: "linux-wireless@vger.kernel.org" , Amitkumar Karwar , Xinming Hu , Marc Yang , Cathy Luo , Maithili Hinge Date: Tue, 9 Sep 2014 10:10:01 -0700 Subject: RE: [PATCH 00/17] mwifiex updates for 3.17 Message-ID: (sfid-20140909_191019_797389_8E430E6C) References: <1409576345-13717-1-git-send-email-patila@marvell.com> In-Reply-To: <1409576345-13717-1-git-send-email-patila@marvell.com> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: 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