Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360799
b: refs/heads/master
c: b759f4d
h: refs/heads/master
i:
  360797: d6f974e
  360795: 95dd103
  360791: c0c91d4
  360783: 159e91f
  360767: cd9e66b
v: v3
  • Loading branch information
Felix Fietkau authored and Johannes Berg committed Feb 26, 2013
1 parent dfa022c commit 4fa25a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a7679ed5a0e92c87eeef33ae463e39a843561836
refs/heads/master: b759f4ddcafb6414056cf3e49f2ab12359101c2e
2 changes: 1 addition & 1 deletion trunk/net/mac80211/iface.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ void ieee80211_recalc_idle(struct ieee80211_local *local)

lockdep_assert_held(&local->mtx);

active = !list_empty(&local->chanctx_list);
active = !list_empty(&local->chanctx_list) || local->monitors;

if (!local->ops->remain_on_channel) {
list_for_each_entry(roc, &local->roc_list, list) {
Expand Down

0 comments on commit 4fa25a5

Please sign in to comment.