Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90495
b: refs/heads/master
c: bc5213f
h: refs/heads/master
i:
  90493: 6cfcbf7
  90491: 125702b
  90487: 914a43e
  90479: 74fe0c0
  90463: f53cb9b
  90431: 9aa500a
  90367: 4fb6a4e
v: v3
  • Loading branch information
Ivo van Doorn authored and John W. Linville committed Apr 1, 2008
1 parent 63ad60e commit 22cef83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e5472978ef16051337913f57b2f22982f3e9e4c2
refs/heads/master: bc5213f468b4d0520a06e27ea2cc9724bc5b896c
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/rt2x00/rt2x00mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,9 @@ void rt2x00mac_configure_filter(struct ieee80211_hw *hw,
rt2x00dev->packet_filter = *total_flags;

if (!test_bit(DRIVER_REQUIRE_SCHEDULED, &rt2x00dev->flags))
queue_work(rt2x00dev->hw->workqueue, &rt2x00dev->filter_work);
else
rt2x00dev->ops->lib->config_filter(rt2x00dev, *total_flags);
else
queue_work(rt2x00dev->hw->workqueue, &rt2x00dev->filter_work);
}
EXPORT_SYMBOL_GPL(rt2x00mac_configure_filter);

Expand Down

0 comments on commit 22cef83

Please sign in to comment.