diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-05-19 12:20:26 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-06-01 15:11:00 -0400 |
commit | 33e6ef4e82f1de4f9a98a86633412390a322e2e8 (patch) | |
tree | e7e945669217bab0234f92c895ee9886f8f24a47 /drivers/net/wireless/ath/ath9k/hw-ops.h | |
parent | fce041beb03f93c7a771f0b4b6c45bb71ef90901 (diff) | |
download | blackbird-op-linux-33e6ef4e82f1de4f9a98a86633412390a322e2e8.tar.gz blackbird-op-linux-33e6ef4e82f1de4f9a98a86633412390a322e2e8.zip |
ath9k_hw: remove ath9k_hw_get_desc_link
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw-ops.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw-ops.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw-ops.h b/drivers/net/wireless/ath/ath9k/hw-ops.h index 2f3e07263fcb..cb29e8875386 100644 --- a/drivers/net/wireless/ath/ath9k/hw-ops.h +++ b/drivers/net/wireless/ath/ath9k/hw-ops.h @@ -39,11 +39,6 @@ static inline void ath9k_hw_set_desc_link(struct ath_hw *ah, void *ds, ath9k_hw_ops(ah)->set_desc_link(ds, link); } -static inline void ath9k_hw_get_desc_link(struct ath_hw *ah, void *ds, - u32 **link) -{ - ath9k_hw_ops(ah)->get_desc_link(ds, link); -} static inline bool ath9k_hw_calibrate(struct ath_hw *ah, struct ath9k_channel *chan, u8 rxchainmask, |