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

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

Completed in 113 milliseconds