Searched defs:ath_softc (Results 1 – 1 of 1) sorted by relevance
686 struct ath_softc { struct687 struct ieee80211_hw *hw;688 struct device *dev;690 struct survey_info *cur_survey;691 struct survey_info survey[ATH9K_NUM_CHANNELS];693 struct tasklet_struct intr_tq;694 struct tasklet_struct bcon_tasklet;695 struct ath_hw *sc_ah;696 void __iomem *mem;697 int irq;[all …]