Message ID | 20181102082403.11676-1-wright.feng@cypress.com (mailing list archive) |
---|---|
Headers | show |
Series | brcmfmac: throughput enhancement for flow control mode | expand |
On 11/2/2018 9:24 AM, Wright Feng wrote: > The patches are for throughput enhancement with flow control mode enabled > and introduce a new module parameter to enhance TX throughput as well. > > Changes since v1: > Remove the patch "calling skb_orphan before sending skb to SDIO bus" > Revise the patch "brcmfmac: add credit numbers updating support" I also saw a patch Chi-Hsien Lin regarding fwsignal support. It would be good if that patch was part of this patch series as they seem dependent or at least related. Regards, Arend > Wright Feng (2): > brcmfmac: add credit numbers updating support > brcmfmac: make firmware frameburst mode a module parameter > > .../broadcom/brcm80211/brcmfmac/cfg80211.c | 7 ++++++ > .../broadcom/brcm80211/brcmfmac/common.c | 5 ++++ > .../broadcom/brcm80211/brcmfmac/common.h | 2 ++ > .../broadcom/brcm80211/brcmfmac/fwil.h | 1 + > .../broadcom/brcm80211/brcmfmac/fwsignal.c | 23 ++++++++++++------- > 5 files changed, 30 insertions(+), 8 deletions(-) >