nl80211: send event when AP operation is stopped
authorJohannes Berg <johannes.berg@intel.com>
Fri, 24 Jan 2014 13:06:29 +0000 (14:06 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 4 Feb 2014 20:58:08 +0000 (21:58 +0100)
commit348baf0eac3391c62d441ec29b4c5da62ed91e74
treed8255b3c6b16e330fc97671c5afcd666bee5a9be
parentd8ca16db6bb23d03fcb794df44bae64ae976f27c
nl80211: send event when AP operation is stopped

There are a few cases, e.g. suspend, where an AP interface is
stopped by the kernel rather than by userspace request, most
commonly when suspending. To let userspace know about this,
send the NL80211_CMD_STOP_AP command as an event every time
an AP interface is stopped. This also happens when userspace
did in fact request the AP stop, but that's not a problem.

For full-MAC drivers this may need to be extended to also
cover cases where the device stopped the AP operation for
some reason, this a bit more complicated because then all
cfg80211 state also needs to be reset; such API is not part
of this patch.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/ap.c
net/wireless/nl80211.c
net/wireless/nl80211.h