commit | a6b368f6caec2c897a2ac98c5c359cab9c35dea5 | [log] [tgz] |
---|---|---|
author | Simon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de> | Tue Jun 11 10:44:39 2013 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Jun 12 09:12:43 2013 +0200 |
tree | 8cf001a4de84b487f7fbbdcf79af64e953adf211 | |
parent | 35d865afbbdf79e492f7d61df92b1a9e1d93d26f [diff] |
mac80211: abort CAC in stop_ap() When a CAC is running and stop_ap is called (e.g. when hostapd is killed while performing CAC), the CAC must be aborted immediately. Otherwise ieee80211_stop_ap() will try to stop it when it's too late - wdev->channel is already NULL and the abort event can not be generated. Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> Signed-off-by: Johannes Berg <johannes.berg@intel.com>