Searched defs:ath_hw (Results 1 – 1 of 1) sorted by relevance
771 struct ath_hw { struct772 struct ath_ops reg_ops;774 struct device *dev;775 struct ieee80211_hw *hw;776 struct ath_common common;777 struct ath9k_hw_version hw_version;778 struct ath9k_ops_config config;779 struct ath9k_hw_capabilities caps;780 struct ath9k_channel channels[ATH9K_NUM_CHANNELS];781 struct ath9k_channel *curchan;[all …]