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