Hmm, I forgot something: > +struct cfg80211_update_ft_ies_params { > + u16 md; > + u8 *ie; > +struct cfg80211_ft_event_params { > + u8 *ies; > + size_t ies_len; > + u8 *target_ap; > + u8 *ric_ies; The pointers should probably be const, but I actually made that change. > + return rdev->ops->update_ft_ies(&rdev->wiphy, dev, &ft_params); However what I think you should still do is add tracing here and in the event below: > +void cfg80211_ft_event(struct net_device *netdev, > + struct cfg80211_ft_event_params *ft_event) johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html