Searched refs:cur_survey (Results 1 – 2 of 2) sorted by relevance
1700 sc->cur_survey != &sc->survey[pos]) { in ath9k_config()1702 if (sc->cur_survey) in ath9k_config()1703 sc->cur_survey->filled &= ~SURVEY_INFO_IN_USE; in ath9k_config()1705 sc->cur_survey = &sc->survey[pos]; in ath9k_config()1707 memset(sc->cur_survey, 0, sizeof(struct survey_info)); in ath9k_config()1708 sc->cur_survey->filled |= SURVEY_INFO_IN_USE; in ath9k_config()
583 struct survey_info *cur_survey; member