Home
last modified time | relevance | path

Searched refs:ATH9K_SLOT_TIME_9 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c2025 (void) ath9k_hw_setslottime(ah, ATH9K_SLOT_TIME_9); in arn_set_shortslot()
3078 sc->sc_slottime = ATH9K_SLOT_TIME_9; in arn_attach()
3079 (void) ath9k_hw_setslottime(ah, ATH9K_SLOT_TIME_9); in arn_attach()
H A Darn_ath9k.h687 #define ATH9K_SLOT_TIME_9 9 macro
H A Darn_hw.c4122 if (us < ATH9K_SLOT_TIME_9 || us > ath9k_hw_mac_to_usec(ah, 0xffff)) { in ath9k_hw_setslottime()