Searched defs:ath_softc (Results 1 – 1 of 1) sorted by relevance
982 struct ath_softc { struct983 struct ieee80211_hw *hw;984 struct device *dev;986 struct survey_info *cur_survey;987 struct survey_info survey[ATH9K_NUM_CHANNELS];989 spinlock_t intr_lock;990 struct tasklet_struct intr_tq;991 struct tasklet_struct bcon_tasklet;992 struct ath_hw *sc_ah;993 void __iomem *mem;[all …]