Home
last modified time | relevance | path

Searched defs:ath_softc (Results 1 – 1 of 1) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dath9k.h983 struct ath_softc { struct
984 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 …]