Searched refs:cur_survey (Results 1 – 2 of 2) sorted by relevance
1627 sc->cur_survey != &sc->survey[pos]) { in ath9k_config()1629 if (sc->cur_survey) in ath9k_config()1630 sc->cur_survey->filled &= ~SURVEY_INFO_IN_USE; in ath9k_config()1632 sc->cur_survey = &sc->survey[pos]; in ath9k_config()1634 memset(sc->cur_survey, 0, sizeof(struct survey_info)); in ath9k_config()1635 sc->cur_survey->filled |= SURVEY_INFO_IN_USE; in ath9k_config()
618 struct survey_info *cur_survey; member