Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97485
b: refs/heads/master
c: 633257d
h: refs/heads/master
i:
  97483: 59cfa4c
v: v3
  • Loading branch information
Ivo van Doorn authored and John W. Linville committed May 28, 2008
1 parent 8515780 commit c4d0543
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: f06a0f486dc8bbe8808f46b81fbfd73241529fae
refs/heads/master: 633257d3db547e7553500f05e0aa2692c876d7a5
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/rt2x00/rt2x00dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -483,9 +483,9 @@ void rt2x00lib_beacondone(struct rt2x00_dev *rt2x00dev)
if (!test_bit(DEVICE_ENABLED_RADIO, &rt2x00dev->flags))
return;

ieee80211_iterate_active_interfaces(rt2x00dev->hw,
rt2x00lib_beacondone_iter,
rt2x00dev);
ieee80211_iterate_active_interfaces_atomic(rt2x00dev->hw,
rt2x00lib_beacondone_iter,
rt2x00dev);

queue_work(rt2x00dev->hw->workqueue, &rt2x00dev->intf_work);
}
Expand Down

0 comments on commit c4d0543

Please sign in to comment.