ath9k_hw: distinguish single-chip solutions on initial probe print
[pandora-kernel.git] / drivers / net / wireless / ath / ath9k / hw.h
index f782c1a..33a5aec 100644 (file)
@@ -450,7 +450,6 @@ struct ath_gen_timer_table {
 
 struct ath_hw {
        struct ieee80211_hw *hw;
-       struct ath_softc *ah_sc;
        struct ath_common common;
        struct ath9k_hw_version hw_version;
        struct ath9k_ops_config config;
@@ -705,6 +704,8 @@ void ath_gen_timer_free(struct ath_hw *ah, struct ath_gen_timer *timer);
 void ath_gen_timer_isr(struct ath_hw *hw);
 u32 ath9k_hw_gettsf32(struct ath_hw *ah);
 
+void ath9k_hw_name(struct ath_hw *ah, char *hw_name, size_t len);
+
 #define ATH_PCIE_CAP_LINK_CTRL 0x70
 #define ATH_PCIE_CAP_LINK_L0S  1
 #define ATH_PCIE_CAP_LINK_L1   2