From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mms2.broadcom.com ([216.31.210.18]:1948 "EHLO mms2.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751674Ab2IJU7U (ORCPT ); Mon, 10 Sep 2012 16:59:20 -0400 Message-ID: <504E549E.5080309@broadcom.com> (sfid-20120910_225923_940673_DC4DF8C3) Date: Mon, 10 Sep 2012 22:59:10 +0200 From: "Arend van Spriel" MIME-Version: 1.0 To: "John W. Linville" cc: "Linux Wireless List" , "Florian Fainelli" Subject: Re: [PATCH 00/10] brcmfmac: transmit flow control and e-scan support References: <1347283018-24223-1-git-send-email-arend@broadcom.com> In-Reply-To: <1347283018-24223-1-git-send-email-arend@broadcom.com> Content-Type: text/plain; charset=iso-8859-1; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: On 09/10/2012 03:16 PM, Arend van Spriel wrote: > This series contains transmit flow control handling when the brcmfmac driver > has no resources to transfer packets over the host interface. This improves > throughput number for TCP. The other feature in this series is event based > scanning in which firmware sends an event per BSS. > > The other changes in this series are small fixes. > > This series is for the v3.7 kernel and applies to the wireless-next tree. > > Hante Meuleman (10): > brcmfmac: Stop all net if queues on tx flow halt. > brcmfmac: Add extra data support to firmware event queueing. > brcmfmac: Fix extra data support handling. > brcmfmac: Add tx flow control on net if queue for USB. > brcmfmac: Clean up scan related code. > brcmfmac: fix big endian bug in i-scan. > brcmfmac: Fix big endian host configuration data. Hi John, Florian indicated that these are stable candidates. Do you agree? If so, I will take them out of this series and resend the patches. Gr. AvS > brcmfmac: refill buffers on rx protocol error. > brcmfmac: avoid using local usb data. > brcmfmac: add e-scan support. > > drivers/net/wireless/brcm80211/Kconfig | 8 + > drivers/net/wireless/brcm80211/brcmfmac/dhd.h | 24 + > drivers/net/wireless/brcm80211/brcmfmac/dhd_bus.h | 2 +- > .../net/wireless/brcm80211/brcmfmac/dhd_common.c | 34 +- > .../net/wireless/brcm80211/brcmfmac/dhd_linux.c | 16 +- > drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c | 8 +- > drivers/net/wireless/brcm80211/brcmfmac/usb.c | 184 +++---- > .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.c | 564 +++++++++++++++++++- > .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.h | 25 + > 9 files changed, 717 insertions(+), 148 deletions(-) >