Searched defs:ath_softc (Results 1 – 1 of 1) sorted by relevance
956 struct ath_softc { struct957 struct ieee80211_hw *hw;958 struct device *dev;960 struct survey_info *cur_survey;961 struct survey_info survey[ATH9K_NUM_CHANNELS];963 struct tasklet_struct intr_tq;964 struct tasklet_struct bcon_tasklet;965 struct ath_hw *sc_ah;966 void __iomem *mem;967 int irq;[all …]