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