Searched defs:ath_softc (Results 1 – 1 of 1) sorted by relevance
994 struct ath_softc { struct995 struct ieee80211_hw *hw;996 struct device *dev;998 struct survey_info *cur_survey;999 struct survey_info survey[ATH9K_NUM_CHANNELS];1001 spinlock_t intr_lock;1002 struct tasklet_struct intr_tq;1003 struct tasklet_struct bcon_tasklet;1004 struct ath_hw *sc_ah;1005 void __iomem *mem;[all …]