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