Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dchannel.c56 if (!sc->cur_chan->offchannel && sc->cur_survey != &sc->survey[pos]) { in ath_set_channel()
57 if (sc->cur_survey) in ath_set_channel()
58 sc->cur_survey->filled &= ~SURVEY_INFO_IN_USE; in ath_set_channel()
60 sc->cur_survey = &sc->survey[pos]; in ath_set_channel()
62 memset(sc->cur_survey, 0, sizeof(struct survey_info)); in ath_set_channel()
63 sc->cur_survey->filled |= SURVEY_INFO_IN_USE; in ath_set_channel()
Dath9k.h960 struct survey_info *cur_survey; member