Searched refs:TDMA_MAXSLOTS (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_tdma.h40 #define TDMA_MAXSLOTS 2 /* max slots/sta's */ macro
H A Dieee80211_tdma.c100 (2 <= (_slotcnt) && (_slotcnt) <= TDMA_MAXSLOTS)
110 CTASSERT(TDMA_MAXSLOTS == 2);
543 if (tdma->tdma_slot >= TDMA_MAXSLOTS) {

Completed in 104 milliseconds