On 1/4/2022 8:26 AM, Hector Martin wrote: > Add support for the new PMKID_V3 API, which allows performing PMKID > mutations individually, instead of requiring the driver to keep track of > the full list. This new API is required by at least BCM4387. > > Note that PMKID_V2 is not implemented yet. > > Reviewed-by: Linus Walleij Reviewed-by: Arend van Spriel > Signed-off-by: Hector Martin > --- > .../broadcom/brcm80211/brcmfmac/cfg80211.c | 52 +++++++++++- > .../broadcom/brcm80211/brcmfmac/fwil_types.h | 83 +++++++++++++++++++ > 2 files changed, 132 insertions(+), 3 deletions(-)