From: Johannes Berg Date: Fri, 14 Nov 2014 16:14:00 +0000 (+0100) Subject: cfg80211: allow including station info in delete event X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~206^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf5ead822d5db2d276616ccca91f00eb3b855db2;p=pandora-kernel.git cfg80211: allow including station info in delete event When a station is removed, its statistics may be interesting to userspace, for example for further aggregation of statistics of all stations that ever connected to an AP. Introduce a new cfg80211_del_sta_sinfo() function (and make the cfg80211_del_sta() a static inline calling it) to allow passing a struct station_info along with this, and send the data in the nl80211 event message. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed