Home
last modified time | relevance | path

Searched refs:cur_survey (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c57 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()
H A Dmain.c2395 if (sc->cur_survey != &sc->survey[pos]) { in ath9k_sw_scan_start()
2396 if (sc->cur_survey) in ath9k_sw_scan_start()
2397 sc->cur_survey->filled &= ~SURVEY_INFO_IN_USE; in ath9k_sw_scan_start()
2398 sc->cur_survey = &sc->survey[pos]; in ath9k_sw_scan_start()
2401 memset(sc->cur_survey, 0, sizeof(struct survey_info)); in ath9k_sw_scan_start()
2402 sc->cur_survey->filled |= SURVEY_INFO_IN_USE; in ath9k_sw_scan_start()
H A Dath9k.h987 struct survey_info *cur_survey; member