All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] brcmfmac: Add few features in AP mode
@ 2020-10-20  2:28 Wright Feng
  2020-10-20  2:28 ` [PATCH v2 1/4] brcmfmac: add change_bss to support AP isolation Wright Feng
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Wright Feng @ 2020-10-20  2:28 UTC (permalink / raw)
  To: linux-wireless, Arend van Spriel, Kalle Valo, chi-hsien.lin
  Cc: wright.feng, brcm80211-dev-list, brcm80211-dev-list, Franky Lin,
	Hante Meuleman

This patch series add support for AP isolation and forwarding mechanism
in AP mode.

changes in v2:
 - Remove u32 cast from patch 1/4
 - Fix sparse warning in patch 3/4
 - Remove the macro from patch 3/4
 - Change conditional statements in patch 4/4

Jia-Shyr Chuang (1):
  brcmfmac: support the forwarding packet

Ting-Ying Li (2):
  brcmfmac: don't allow arp/nd offload to be enabled if ap mode exists
  brcmfmac: add a variable for packet forwarding condition

Wright Feng (1):
  brcmfmac: add change_bss to support AP isolation

 .../broadcom/brcm80211/brcmfmac/cfg80211.c    |  65 +++++++++-
 .../broadcom/brcm80211/brcmfmac/cfg80211.h    |   1 +
 .../broadcom/brcm80211/brcmfmac/core.c        | 117 +++++++++++++++++-
 .../broadcom/brcm80211/brcmfmac/core.h        |  18 ++-
 .../broadcom/brcm80211/brcmfmac/feature.c     |   1 +
 .../broadcom/brcm80211/brcmfmac/feature.h     |   3 +-
 .../broadcom/brcm80211/brcmfmac/msgbuf.c      |  31 ++++-
 7 files changed, 228 insertions(+), 8 deletions(-)

-- 
2.25.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-11-07 16:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-20  2:28 [PATCH v2 0/4] brcmfmac: Add few features in AP mode Wright Feng
2020-10-20  2:28 ` [PATCH v2 1/4] brcmfmac: add change_bss to support AP isolation Wright Feng
2020-10-22  7:20   ` Arend Van Spriel
2020-11-07 16:17   ` Kalle Valo
2020-10-20  2:28 ` [PATCH v2 2/4] brcmfmac: don't allow arp/nd offload to be enabled if ap mode exists Wright Feng
2020-10-22  7:27   ` Arend Van Spriel
2020-10-20  2:28 ` [PATCH v2 3/4] brcmfmac: support the forwarding packet Wright Feng
2020-10-22  7:38   ` Arend Van Spriel
2020-10-20  2:28 ` [PATCH v2 4/4] brcmfmac: add a variable for packet forwarding condition Wright Feng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.