aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hw-ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw-ops.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/hw-ops.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw-ops.h b/drivers/net/wireless/ath/ath9k/hw-ops.h
index a47ea8423f1e..8e85efeaeffc 100644
--- a/drivers/net/wireless/ath/ath9k/hw-ops.h
+++ b/drivers/net/wireless/ath/ath9k/hw-ops.h
@@ -67,6 +67,12 @@ static inline int ath9k_hw_txprocdesc(struct ath_hw *ah, void *ds,
67 return ath9k_hw_ops(ah)->proc_txdesc(ah, ds, ts); 67 return ath9k_hw_ops(ah)->proc_txdesc(ah, ds, ts);
68} 68}
69 69
70static inline int ath9k_hw_get_duration(struct ath_hw *ah, const void *ds,
71 int index)
72{
73 return ath9k_hw_ops(ah)->get_duration(ah, ds, index);
74}
75
70static inline void ath9k_hw_antdiv_comb_conf_get(struct ath_hw *ah, 76static inline void ath9k_hw_antdiv_comb_conf_get(struct ath_hw *ah,
71 struct ath_hw_antcomb_conf *antconf) 77 struct ath_hw_antcomb_conf *antconf)
72{ 78{