Home
last modified time | relevance | path

Searched refs:ATH_ALQ_PAYLOAD_LEN (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_alq.c176 if (len > ATH_ALQ_PAYLOAD_LEN) in if_ath_alq_post()
177 len = ATH_ALQ_PAYLOAD_LEN; in if_ath_alq_post()
H A Dif_ath_alq.h136 #define ATH_ALQ_PAYLOAD_LEN 112 macro