mbox series

[v3,0/3] brcmfmac: throughput enhancement for flow control mode

Message ID 20181105055137.13333-1-wright.feng@cypress.com (mailing list archive)
Headers show
Series brcmfmac: throughput enhancement for flow control mode | expand

Message

Wright Feng Nov. 5, 2018, 5:51 a.m. UTC
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 v2:
- Add "brcmfmac: handle compressed tx status signal" in this series.
- Enable frameburst mode in default instead of being a module parameter

Changes since v1:
- Remove the patch "calling skb_orphan before sending skb to SDIO bus"
- Revise the patch "brcmfmac: add credit numbers updating support"

Chung-Hsien Hsu (1):
  brcmfmac: handle compressed tx status signal

Wright Feng (2):
  brcmfmac: add credit numbers updating support
  brcmfmac: enable frameburst mode in default firmware setting

 .../broadcom/brcm80211/brcmfmac/cfg80211.c    |   4 +
 .../broadcom/brcm80211/brcmfmac/fwil.h        |   1 +
 .../broadcom/brcm80211/brcmfmac/fwsignal.c    | 144 +++++++++++-------
 3 files changed, 91 insertions(+), 58 deletions(-)