Re: [PATCH v2 0/5] PMKSA support for fullmac drivers
Denis Kenzior <[email protected]> Tue, 1 Apr 2025 11:17:52 -0500
| Newsgroups | dev.linux.lists.iwd |
|---|---|
| Message-ID | <[email protected]> |
Hi James, On 2/13/25 2:18 PM, James Prestwood wrote: > This set removes the need for the prior patch on the list: > [RFC] netdev: avoid PMKSA for fullmac drivers > > And instead implementes proper support for PMKSA as opposed to > disabling it. > > v2: > * Reworked patches to utilize a new driver callback concept within > the pmksa module. This avoids the need to expose any netdev APIs > and makes the removal within the kernel transparent to modules > using the PMKSA cache. > > James Prestwood (5): > netdev: don't set CQM thresholds for fullmac cards > netdev: remove/update some iwd_notice logs > pmksa: add driver callbacks and pmksa_cache_free > handshake: use pmksa_cache_free > netdev: implement PMKSA for fullmac drivers > > src/handshake.c | 6 +-- > src/netdev.c | 133 +++++++++++++++++++++++++++++++++++++++++++++--- > src/pmksa.c | 38 +++++++++++++- > src/pmksa.h | 9 ++++ > 4 files changed, 173 insertions(+), 13 deletions(-) > I went ahead and applied this series as well. Thanks! Regards, -Denis