On Mon, 2016-12-05 at 10:58 -0800, greearb@xxxxxxxxxxxxxxx wrote: > From: Ben Greear <greearb@xxxxxxxxxxxxxxx> > > Could be useful for debugging memory consumption issues, > and perhaps power-save as well. Applied this one, but I tend to agree with Felix about the ethtool stuff, so I've dropped that. FWIW, we have cfg80211_get_station() now (maybe we could extend that and provide an iterator as well), so instead of carrying patches you could also have a small additional module that uses the existing APIs to get the data, since nl80211 seems to somehow be so problematic for you. johannes