mbox series

[v2,0/4] brcmfmac: Add few features in AP mode

Message ID 20201020022812.37064-1-wright.feng@cypress.com
Headers show
Series brcmfmac: Add few features in AP mode | expand

Message

Wright Feng Oct. 20, 2020, 2:28 a.m. UTC
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(-)

Comments

Arend van Spriel Oct. 22, 2020, 7:27 a.m. UTC | #1
On 10/20/2020 4:28 AM, Wright Feng wrote:
> From: Ting-Ying Li <tingying.li@cypress.com>

> 

> Add a condition to determine whether arp/nd offload enabling

> request is allowed. If there is any interface acts as ap

> mode and is operating, then reject the request of arp oflload

> enabling from cfg80211.


Reviewed-by: Arend van Spriel <arend.vanspriel@broadcom.com>

> Signed-off-by: Ting-Ying Li <tingying.li@cypress.com>

> Signed-off-by: Wright Feng <wright.feng@cypress.com>

> ---

>   .../broadcom/brcm80211/brcmfmac/cfg80211.c      | 17 ++++++++++++++++-

>   .../broadcom/brcm80211/brcmfmac/cfg80211.h      |  1 +

>   .../wireless/broadcom/brcm80211/brcmfmac/core.c |  5 +++++

>   3 files changed, 22 insertions(+), 1 deletion(-)
Arend van Spriel Oct. 22, 2020, 7:38 a.m. UTC | #2
On 10/20/2020 4:28 AM, Wright Feng wrote:
> From: Jia-Shyr Chuang <joseph.chuang@cypress.com>
> 
> Support packet forwarding mechanism for some special usages on PCIE,
> and observed that packet only send BE when pumping iperf with VI.
> we need to set priority before forwarding packet.

I commented on this feature in the previous patch set, but did not see 
any follow up on that.

https://patchwork.kernel.org/project/linux-wireless/patch/20200901063237.15549-4-wright.feng@cypress.com/


Regards,
Arend