Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377385
b: refs/heads/master
c: a6b368f
h: refs/heads/master
i:
  377383: 318451e
v: v3
  • Loading branch information
Simon Wunderlich authored and Johannes Berg committed Jun 12, 2013
1 parent 6f47c01 commit 3b4d301
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 35d865afbbdf79e492f7d61df92b1a9e1d93d26f
refs/heads/master: a6b368f6caec2c897a2ac98c5c359cab9c35dea5
6 changes: 6 additions & 0 deletions trunk/net/mac80211/cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,12 @@ static int ieee80211_stop_ap(struct wiphy *wiphy, struct net_device *dev)
clear_bit(SDATA_STATE_OFFCHANNEL_BEACON_STOPPED, &sdata->state);
ieee80211_bss_info_change_notify(sdata, BSS_CHANGED_BEACON_ENABLED);

if (sdata->wdev.cac_started) {
cancel_delayed_work_sync(&sdata->dfs_cac_timer_work);
cfg80211_cac_event(sdata->dev, NL80211_RADAR_CAC_ABORTED,
GFP_KERNEL);
}

drv_stop_ap(sdata->local, sdata);

/* free all potentially still buffered bcast frames */
Expand Down

0 comments on commit 3b4d301

Please sign in to comment.