Searched defs:ath_softc (Results 1 – 1 of 1) sorted by relevance
594 struct ath_softc { struct595 struct ieee80211_hw *hw;596 struct device *dev;598 int chan_idx;599 int chan_is_ht;600 struct survey_info *cur_survey;601 struct survey_info survey[ATH9K_NUM_CHANNELS];603 struct tasklet_struct intr_tq;604 struct tasklet_struct bcon_tasklet;605 struct ath_hw *sc_ah;[all …]