On Tue, 2022-05-17 at 07:45 +0300, Kalle Valo wrote: > > > +++ b/include/net/cfg80211.h > > @@ -4200,7 +4200,7 @@ struct cfg80211_ops { > > int (*start_ap)(struct wiphy *wiphy, struct net_device *dev, > > struct cfg80211_ap_settings *settings); > > int (*change_beacon)(struct wiphy *wiphy, struct net_device *dev, > > - struct cfg80211_beacon_data *info); > > + struct cfg80211_ap_settings *info); > > Shouldn't patch 3 folded into patch 1? I don't see how patch 1 as is > would compile without warnings. > Yes, and parts of patch 2 as well. johannes