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(-)
-- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html