Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134853
b: refs/heads/master
c: d21050c
h: refs/heads/master
i:
  134851: bd680c7
v: v3
  • Loading branch information
Reinette Chatre authored and John W. Linville committed Feb 27, 2009
1 parent b24106d commit 80011bc
Show file tree
Hide file tree
Showing 3 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: daf518dee66c3c6029d0b828e15c7adf5aea5493
refs/heads/master: d21050c7bedaf4ee94c3b1b1ab7129a849bbf620
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-agn.c
Original file line number Diff line number Diff line change
Expand Up @@ -3370,7 +3370,7 @@ static DEVICE_ATTR(statistics, S_IRUGO, show_statistics, NULL);

static void iwl_setup_deferred_work(struct iwl_priv *priv)
{
priv->workqueue = create_workqueue(DRV_NAME);
priv->workqueue = create_singlethread_workqueue(DRV_NAME);

init_waitqueue_head(&priv->wait_command_queue);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl3945-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -5201,7 +5201,7 @@ static DEVICE_ATTR(dump_events, S_IWUSR, NULL, dump_event_log);

static void iwl3945_setup_deferred_work(struct iwl_priv *priv)
{
priv->workqueue = create_workqueue(DRV_NAME);
priv->workqueue = create_singlethread_workqueue(DRV_NAME);

init_waitqueue_head(&priv->wait_command_queue);

Expand Down

0 comments on commit 80011bc

Please sign in to comment.