This patchset is a sequel for Johannes' "station management rework" patchset. It adds a new sta_state callback, so low-level driver will be able to register for station state changes. Note: I took the easy approach and added a specific sta_state() callback. If someone thinks it would be better to add a generic sta_changed() callback (and pass an additional "changed" mask), we can do it instead... Eliad Peller (3): mac80211: check sta_apply_parameters() return value mac80211: move sta_state into sta->sta mac80211: add sta_state callback include/net/mac80211.h | 17 +++++++++++++++++ net/mac80211/cfg.c | 7 ++++++- net/mac80211/driver-ops.h | 17 +++++++++++++++++ net/mac80211/driver-trace.h | 28 ++++++++++++++++++++++++++++ net/mac80211/sta_info.c | 26 ++++++++++++++++---------- net/mac80211/sta_info.h | 11 ----------- 6 files changed, 84 insertions(+), 22 deletions(-) -- 1.7.6.401.g6a319 -- 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