Hi,
I put here a bug among others:

--------------------------- sys/dev/ic/an.c ----------------------------

1030    if (an_write_rid(sc, AN_RID_SSIDLIST, &sc->sc_buf,
            sizeof(sc->sc_buf.sc_ssidlist)) != 0) {
                printf("%s: failed to write ssid list\n", ifp->if_xname);
                an_stop(ifp, 1);
                return error;
        }

------------------------------------------------------------------------

'error' does not hold an error code. Same problem l.1057.

Found by The Brainy Code Scanner.

Maxime

Reply via email to