ath5k_hw_htoclock
unsigned int ath5k_hw_htoclock(struct ath5k_hw *ah, unsigned int usec);
ath5k_hw_htoclock(ah, timeout));
ath5k_hw_htoclock(ah, timeout));
u32 slot_time_clock = ath5k_hw_htoclock(ah, slot_time);
sifs_clock = ath5k_hw_htoclock(ah, sifs - 2);
eifs_clock = ath5k_hw_htoclock(ah, eifs);
pifs_clock = ath5k_hw_htoclock(ah, pifs);
difs_clock = ath5k_hw_htoclock(ah, difs);