|
@@ -403,7 +403,6 @@ void ath9k_calculate_iter_data(struct ieee80211_hw *hw,
|
|
|
#define ATH_BCBUF 8
|
|
|
#define ATH_DEFAULT_BINTVAL 100 /* TU */
|
|
|
#define ATH_DEFAULT_BMISS_LIMIT 10
|
|
|
-#define IEEE80211_MS_TO_TU(x) (((x) * 1000) / 1024)
|
|
|
|
|
|
#define TSF_TO_TU(_h,_l) \
|
|
|
((((u32)(_h)) << 22) | (((u32)(_l)) >> 10))
|