atheros: add ieee80211_hw to ath_common
Make use of it on hw code in ath9k to avoid using the ath9k ath_softc. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
13b8155920
commit
b002a4a950
@@ -437,6 +437,7 @@ 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;
|
||||
|
Reference in New Issue
Block a user