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