> +++ b/include/net/cfg80211.h > @@ -2506,6 +2506,16 @@ struct cfg80211_ops { > struct ethtool_stats *stats, u64 *data); > void (*get_et_strings)(struct wiphy *wiphy, struct net_device *dev, > u32 sset, u8 *data); > + int (*set_et_dump)(struct wiphy *wiphy, > + struct net_device *dev, > + struct ethtool_dump *dump); Maybe it would be more effective now to rip this all out and let the driver export an ethtool ops to cfg80211, where either the few things that cfg80211 implements are overridden by cfg80211 (which means that it couldn't be const, which is unfortunate) or having cfg80211 export the few functions that should be set there? 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