cur_survey        986 drivers/net/wireless/ath/ath9k/ath9k.h 	struct survey_info *cur_survey;
cur_survey         57 drivers/net/wireless/ath/ath9k/channel.c 	if (!sc->cur_chan->offchannel && sc->cur_survey != &sc->survey[pos]) {
cur_survey         58 drivers/net/wireless/ath/ath9k/channel.c 		if (sc->cur_survey)
cur_survey         59 drivers/net/wireless/ath/ath9k/channel.c 			sc->cur_survey->filled &= ~SURVEY_INFO_IN_USE;
cur_survey         61 drivers/net/wireless/ath/ath9k/channel.c 		sc->cur_survey = &sc->survey[pos];
cur_survey         63 drivers/net/wireless/ath/ath9k/channel.c 		memset(sc->cur_survey, 0, sizeof(struct survey_info));
cur_survey         64 drivers/net/wireless/ath/ath9k/channel.c 		sc->cur_survey->filled |= SURVEY_INFO_IN_USE;