Re: [PATCH v2 0/2] wifi: support authorized roaming offload reporting

Jeff Johnson <[email protected]> Wed, 5 Aug 2026 15:22:57 -0700
Newsgroups org.kernel.vger.linux-wireless
Message-ID <[email protected]>
On 8/5/2026 4:01 AM, Jason Huang wrote:
> From: Jason Huang <[email protected]>
> 
> This is a shorter resend of the cfg80211/nl80211 API patches from the
> previous 7-patch series. The earlier submission appears to have been
> partially processed, so resend only these two prerequisite patches as a
> standalone series.
> 
> The series lets drivers report connect and roam events that are already
> authorized by firmware offload, and adds a roam offload extended feature
> so userspace can provide PMK material for FT/OKC roaming offload without
> requiring full 802.1X 4-way handshake offload support.
> 
> Changes in v2:
> - Resend as a shorter 2-patch series for nipa processing.
> - No code changes
> 
> Jason Huang (2):
>   wifi: cfg80211: report authorized connect and roam events
>   wifi: nl80211: add roam offload extended feature
> 
>  include/net/cfg80211.h       |  6 ++++++
>  include/uapi/linux/nl80211.h |  8 +++++++-
>  net/wireless/nl80211.c       | 10 ++++++++--
>  net/wireless/sme.c           |  2 ++
>  4 files changed, 23 insertions(+), 3 deletions(-)
> 
> 
> base-commit: 6c5fc504d0d6934132637aa3db4b9b58148eaa78

You need to figure out your patch posting.

You posted a v2 cover letter as a separate thread (which is correct), but
without the two actual patches.
https://lore.kernel.org/all/[email protected]/

You then posted a v2 cover letter with the 2 patches, but as a reply to the V1
which is not correct. The new version should have been a separate thread.
https://lore.kernel.org/all/[email protected]/
(has In-Reply-To: <[email protected]>)

If you are new to posting then I strongly suggest using 'b4' to post patches
since it takes care of almost all of these details for you.

/jeff