>> } >> - ret = ath5k_hw_reset(ah, sc->opmode, sc->curchan, true); >> + ret = ath5k_hw_reset(ah, sc->opmode, sc->curchan, chan == NULL); > > Shouldn't this be chan != NULL? I'd assume that chan is NULL the first > time and change_channel thus should be false to initialize all the > registers. Yup, it should... I could swear I tested it, must've gotten lucky. Thanks for the catch. -- Bob Copeland %% www.bobcopeland.com -- 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