Searched defs:ssv_softc (Results 1 – 2 of 2) sorted by relevance
329 struct ssv_softc { struct330 struct ieee80211_hw *hw;331 struct device *dev;332 u32 restart_counter;333 bool force_triger_reset;334 unsigned long sdio_throughput_timestamp;335 unsigned long sdio_rx_evt_size;337 struct ieee80211_supported_band sbands[IEEE80211_NUM_BANDS];339 struct ieee80211_supported_band sbands[NUM_NL80211_BANDS];341 struct ieee80211_channel *cur_channel;[all …]
5393 void ssv6xxx_foreach_sta (struct ssv_softc *sc, void (*sta_func)(struct ssv_softc *, struct ssv_sta… argument5423 void (*sta_func)(struct ssv_softc *,