mbox series

[wireless-next,0/4] wifi: brcmfmac: apmode related fix

Message ID 20250604091629.3943-1-ian.lin@infineon.com
Headers show
Series wifi: brcmfmac: apmode related fix | expand

Message

Lin Ian (CSS ICW ENG WFS SW WFSW 1) June 4, 2025, 9:16 a.m. UTC
Propose several apmode related patches for better performance and 
fixing issues in certain scenario.

Ian Lin (1):
  wifi: brcmfmac: prevent disable controller in apmode stop

Kurt Lee (1):
  wifi: brcmfmac: Improve the delay during scan

Ting-Ying Li (2):
  wifi: brcmfmac: don't allow arp/nd offload to be enabled if ap mode
    exists
  wifi: brcmfmac: revise SoftAP channel setting

 .../broadcom/brcm80211/brcmfmac/cfg80211.c    | 45 ++++++++++++-------
 .../broadcom/brcm80211/brcmfmac/cfg80211.h    |  1 +
 .../broadcom/brcm80211/brcmfmac/core.c        |  5 +++
 3 files changed, 35 insertions(+), 16 deletions(-)

Comments

Arend van Spriel June 4, 2025, 10:01 a.m. UTC | #1
On 6/4/2025 11:16 AM, Ian Lin wrote:
> From: Ting-Ying Li <tingying.li@cypress.com>
> 
> Add a check to determine whether arp/nd offload enabling
> request is allowed. If there is any interface acts as ap
> mode and is operating, reject the request of arp offload
> enabling from cfg80211.

Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>
> Signed-off-by: Ting-Ying Li <tingying.li@cypress.com>
> Signed-off-by: Ian Lin <ian.lin@infineon.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(-)
Johannes Berg June 6, 2025, 8:29 a.m. UTC | #2
On Fri, 2025-06-06 at 16:08 +0800, Lin Ian (CSS ICW ENG WFS SW WFSW 1)
wrote:
> 
> May I ask if this one is regarded as ack to merge?
>   - [PATCH wireless-next 1/4] wifi: brcmfmac: don't allow arp/nd offload 
> to be enabled if ap mode exists

You will need to resend though, I'm not going to get into a business of
trying to poke into patch series to apply them partially.

johannes