Re: [PATCH v2 1/2] wifi: cfg80211: report authorized connect and roam events
HungTsung Huang <[email protected]> Thu, 6 Aug 2026 12:03:22 +0800
| Newsgroups | org.kernel.vger.linux-wireless,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Thanks for your review. > > Assisted-by: GitHub Copilot CLI:gpt-5.5 > > Signed-off-by: Chung-Hsien Hsu <[email protected]> > > Signed-off-by: Chi-hsien Lin <[email protected]> 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.