Re: [PATCH v2 1/2] wifi: cfg80211: report authorized connect and roam events

From: HungTsung Huang

Date: Thu Aug 06 2026 - 00:03:49 EST


Thanks for your review.
> > Assisted-by: GitHub Copilot CLI:gpt-5.5
> > Signed-off-by: Chung-Hsien Hsu <Chung-Hsien.Hsu@xxxxxxxxxxxx>
> > Signed-off-by: Chi-hsien Lin <chi-hsien.lin@xxxxxxxxxxx>
To clarify the roles for this patch:
- Chung-Hsien Hsu is the original author of the code.
- Chi-hsien Lin supervised and reviewed the development.
- I am responsible for refactoring, testing, and submitting this patch.

I apologize for the confusion in the sign-off chain. I will fix the patch
attribution in v3 by setting Chung-Hsien as the From/Author and will make
sure the Signed-off-by order to reflect the delivery path correctly.

> This attribute became deprecated when NL80211_CMD_PORT_AUTHORIZED was
> introduced. Why are you not using that?
>
> 503c1fb98ba3 ("cfg80211/nl80211: add a port authorized event")
>
You are right. I will drop this cfg80211/nl80211 change in v3 and use the
existing port-authorized event model instead.