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