mbox series

[V2,0/5] brcmfmac: p2p/miracast/apsta fixes

Message ID 1587970803-77700-1-git-send-email-chi-hsien.lin@cypress.com (mailing list archive)
Headers show
Series brcmfmac: p2p/miracast/apsta fixes | expand

Message

Chi-Hsien Lin April 27, 2020, 6:59 a.m. UTC
This patch series addresses failures seen during p2p/miracast/apsta testing.

This is V2 for an old series https://patchwork.kernel.org/cover/10673417/

Change since V1:
 - Rebase to wt-2020-04-25
 - Add two checks (!MCHAN and !RSDB) for 01/05. Update commit message.


Chi-Hsien Lin (1):
  brcmfmac: only generate random p2p address when needed

Madhan Mohan R (1):
  brcmfmac: p2p cert 6.1.9-support GOUT handling p2p presence request

Ryohei Kondo (1):
  brcmfmac: add vendor ie for association responses

Wright Feng (2):
  brcmfmac: keep apsta enabled when AP starts with MCHAN feature
  brcmfmac: remove arp_hostip_clear from brcmf_netdev_stop

 .../broadcom/brcm80211/brcmfmac/cfg80211.c         | 17 +++++++++++++-
 .../broadcom/brcm80211/brcmfmac/cfg80211.h         |  4 ++++
 .../wireless/broadcom/brcm80211/brcmfmac/core.c    |  3 ---
 .../net/wireless/broadcom/brcm80211/brcmfmac/p2p.c | 27 +++++++++++++++++++---
 4 files changed, 44 insertions(+), 7 deletions(-)