On Fri, 2023-09-22 at 18:19 +0530, Vinayak Yadawad wrote: > In 4way handshake offload, cfg80211_port_authorized enables driver > to indicate successful 4way handshake to cfg80211 layer. Currently > this path of port authorization is restricted to interface type > NL80211_IFTYPE_STATION and NL80211_IFTYPE_P2P_CLIENT. This patch > extends the support for NL80211_IFTYPE_AP and NL80211_IFTYPE_P2P_GO > interfaces to authorize peer STA/P2P_CLIENT, whenever authentication > is offloaded on the AP/P2P_GO interface. > > Signed-off-by: Vinayak Yadawad <vinayak.yadawad@xxxxxxxxxxxx> > --- > v2->v3: Fixed indentation in comment Well, I had another comment on v2, and this patch _still_ doesn't apply. Also please put 'wifi: ' prefix on all your patches. I've fixed the other one for you, but I don't want to do it all the time. johannes