Re: [PATCH wireless-next] wifi: brcmfmac: don't allow arp/nd offload to be enabled if ap mode exists
Arend van Spriel <[email protected]>
| Newsgroups | dev.linux.lists.brcm80211,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
On 6/6/2025 11:34 AM, Ian Lin wrote: > From: Ting-Ying Li <[email protected]> > > 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. My ACK got lost so here it is once more... Acked-by: Arend van Spriel <[email protected]> > Signed-off-by: Ting-Ying Li <[email protected]> > Signed-off-by: Ian Lin <[email protected]> > --- > .../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(-)