Commit 392d0f6d authored by James Ketrenos's avatar James Ketrenos

Removed PF_SYNCTHREAD legacy.

The PF_SYNCTHREAD check was introduced to try and remain compatible with
SWSUSP2.  This check is no longer needed with newer versions.
Signed-off-by: default avatarJames Ketrenos <jketreno@linux.intel.com>
parent fb7ccc9e
...@@ -6433,11 +6433,8 @@ static struct net_device *ipw2100_alloc_device(struct pci_dev *pci_dev, ...@@ -6433,11 +6433,8 @@ static struct net_device *ipw2100_alloc_device(struct pci_dev *pci_dev,
INIT_LIST_HEAD(&priv->fw_pend_list); INIT_LIST_HEAD(&priv->fw_pend_list);
INIT_STAT(&priv->fw_pend_stat); INIT_STAT(&priv->fw_pend_stat);
#ifdef PF_SYNCTHREAD
priv->workqueue = create_workqueue(DRV_NAME, 0);
#else
priv->workqueue = create_workqueue(DRV_NAME); priv->workqueue = create_workqueue(DRV_NAME);
#endif
INIT_WORK(&priv->reset_work, INIT_WORK(&priv->reset_work,
(void (*)(void *))ipw2100_reset_adapter, priv); (void (*)(void *))ipw2100_reset_adapter, priv);
INIT_WORK(&priv->security_work, INIT_WORK(&priv->security_work,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment