Search Linux Wireless

RE: [PATCH 02/13] iwlwifi: unify scan start checks

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> >         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


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux