X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fstaging%2Fagnx%2Fpci.c;h=32b5489456a8fdb41e7c99c5645b3a7cd00117f6;hb=252a1b9162b6dbac7324854eb4137404932b574d;hp=1fe987065257e0c6af77e8cd04a34658832e50e4;hpb=7ff177a88782461893316a512e75a3f169fbae8b;p=~andy%2Flinux diff --git a/drivers/staging/agnx/pci.c b/drivers/staging/agnx/pci.c index 1fe98706525..32b5489456a 100644 --- a/drivers/staging/agnx/pci.c +++ b/drivers/staging/agnx/pci.c @@ -280,7 +280,7 @@ static void agnx_stop(struct ieee80211_hw *dev) /* make sure hardware will not generate irq */ agnx_hw_reset(priv); free_irq(priv->pdev->irq, dev); - flush_workqueue(priv->hw->workqueue); +/* flush_workqueue(priv->hw->workqueue); */ /* cancel_delayed_work_sync(&priv->periodic_work); */ unfill_rings(priv); rings_free(priv);