Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13586
b: refs/heads/master
c: 392d0f6
h: refs/heads/master
v: v3
  • Loading branch information
James Ketrenos committed Nov 7, 2005
1 parent bd6e0f6 commit 7a746b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: fb7ccc9e6d1a2872ea8a07154f1689d19a7576c5
refs/heads/master: 392d0f6d0752e6a3e25c3e3da95d78c53b0fd7a1
5 changes: 1 addition & 4 deletions trunk/drivers/net/wireless/ipw2100.c
Original file line number Diff line number Diff line change
Expand Up @@ -6433,11 +6433,8 @@ static struct net_device *ipw2100_alloc_device(struct pci_dev *pci_dev,
INIT_LIST_HEAD(&priv->fw_pend_list);
INIT_STAT(&priv->fw_pend_stat);

#ifdef PF_SYNCTHREAD
priv->workqueue = create_workqueue(DRV_NAME, 0);
#else
priv->workqueue = create_workqueue(DRV_NAME);
#endif

INIT_WORK(&priv->reset_work,
(void (*)(void *))ipw2100_reset_adapter, priv);
INIT_WORK(&priv->security_work,
Expand Down

0 comments on commit 7a746b8

Please sign in to comment.