Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134258
b: refs/heads/master
c: 30d3ef4
h: refs/heads/master
v: v3
  • Loading branch information
Bob Copeland authored and John W. Linville committed Jan 29, 2009
1 parent c9e9693 commit ad8780c
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: dfe670121a2719be6ead12eb5306d4d2714c09cb
refs/heads/master: 30d3ef41b4395d9bee5f481395eef2d3b8b6ee50
2 changes: 1 addition & 1 deletion trunk/net/mac80211/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ int ieee80211_register_hw(struct ieee80211_hw *hw)
mdev->set_multicast_list = ieee80211_master_set_multicast_list;

local->hw.workqueue =
create_freezeable_workqueue(wiphy_name(local->hw.wiphy));
create_singlethread_workqueue(wiphy_name(local->hw.wiphy));
if (!local->hw.workqueue) {
result = -ENOMEM;
goto fail_workqueue;
Expand Down

0 comments on commit ad8780c

Please sign in to comment.