> > set_bit(STATUS_SCAN_HW, &priv->status); > > > > - if (priv->cfg->ops->hcmd->set_pan_params && > > - priv->cfg->ops->hcmd->set_pan_params(priv)) > > - goto done; > > + if (priv->cfg->ops->hcmd->set_pan_params) { > > + ret = priv->cfg->ops->hcmd->set_pan_params(priv); > > + if (ret) > > + return ret; > > + } > STATUS_SCAN_HW bit still set here Good catch. Stanislaw, would you mind fixing that? Seems easier than for me to re-send a part of your patch series, but I can do if you prefer. johannes -------------------------------------------------------------------------------------- Intel GmbH Dornacher Strasse 1 85622 Feldkirchen/Muenchen, Deutschland Sitz der Gesellschaft: Feldkirchen bei Muenchen Geschaeftsfuehrer: Douglas Lusk, Peter Gleissner, Hannes Schwaderer Registergericht: Muenchen HRB 47456 Ust.-IdNr./VAT Registration No.: DE129385895 Citibank Frankfurt a.M. (BLZ 502 109 00) 600119052 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html