Searched refs:cur_survey (Results 1 – 2 of 2) sorted by relevance
57 if (!sc->cur_chan->offchannel && sc->cur_survey != &sc->survey[pos]) { in ath_set_channel()58 if (sc->cur_survey) in ath_set_channel()59 sc->cur_survey->filled &= ~SURVEY_INFO_IN_USE; in ath_set_channel()61 sc->cur_survey = &sc->survey[pos]; in ath_set_channel()63 memset(sc->cur_survey, 0, sizeof(struct survey_info)); in ath_set_channel()64 sc->cur_survey->filled |= SURVEY_INFO_IN_USE; in ath_set_channel()
986 struct survey_info *cur_survey; member