Searched defs:ath_softc (Results 1 – 1 of 1) sorted by relevance
955 struct ath_softc { struct956 struct ieee80211_hw *hw;957 struct device *dev;959 struct survey_info *cur_survey;960 struct survey_info survey[ATH9K_NUM_CHANNELS];962 spinlock_t intr_lock;963 struct tasklet_struct intr_tq;964 struct tasklet_struct bcon_tasklet;965 struct ath_hw *sc_ah;966 void __iomem *mem;[all …]