mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
534 B

  1. diff -urp ipw2100-0.54/ipw2100.c ipw2100-0.54-test/ipw2100_main.c
  2. --- ipw2100-0.54/ipw2100.c 2004-09-15 13:11:28.000000000 +0800
  3. +++ ipw2100-0.54-test/ipw2100_main.c 2004-09-16 10:17:51.166570568 +0800
  4. @@ -6567,6 +6567,10 @@ static int ipw2100_pci_init_one(struct p
  5. printk(KERN_ERR
  6. "%s: failed in call to enable adapter.\n",
  7. priv->ndev->name);
  8. + if (ipw2100_hw_stop_adapter(priv))
  9. + printk(KERN_ERR "%s: Error stopping adapter.\n",
  10. + priv->ndev->name);
  11. +
  12. err = -EIO;
  13. goto fail;
  14. }