Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314803
b: refs/heads/master
c: cef2827
h: refs/heads/master
i:
  314801: cc67a99
  314799: 94cbe54
v: v3
  • Loading branch information
Johannes Berg committed Jun 11, 2012
1 parent 5cc37fd commit 36d9b14
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a4f606ea73d56d15f28653d2242e54d58bb612e5
refs/heads/master: cef28271be62e672637f1ba2a019a5a9a981eb2d
1 change: 0 additions & 1 deletion trunk/net/mac80211/cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -2330,7 +2330,6 @@ static int ieee80211_cancel_roc(struct ieee80211_local *local,

list_del(&found->list);

ieee80211_run_deferred_scan(local);
ieee80211_start_next_roc(local);
mutex_unlock(&local->mtx);

Expand Down
5 changes: 0 additions & 5 deletions trunk/net/mac80211/offchannel.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ void ieee80211_sw_roc_work(struct work_struct *work)
ieee80211_recalc_idle(local);

ieee80211_start_next_roc(local);
ieee80211_run_deferred_scan(local);
}

out_unlock:
Expand Down Expand Up @@ -410,9 +409,6 @@ static void ieee80211_hw_roc_done(struct work_struct *work)
/* if there's another roc, start it now */
ieee80211_start_next_roc(local);

/* or scan maybe */
ieee80211_run_deferred_scan(local);

out_unlock:
mutex_unlock(&local->mtx);
}
Expand Down Expand Up @@ -455,7 +451,6 @@ void ieee80211_roc_purge(struct ieee80211_sub_if_data *sdata)
}

ieee80211_start_next_roc(local);
ieee80211_run_deferred_scan(local);
mutex_unlock(&local->mtx);

list_for_each_entry_safe(roc, tmp, &tmp_list, list) {
Expand Down

0 comments on commit 36d9b14

Please sign in to comment.