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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c10858 #define TXOP_VALID(t) ((t) >= 0 && (t) <= 65504 && ((t) % 32) == 0) macro
10922 if (!TXOP_VALID(txop_b) || !TXOP_VALID(txop_ag)) {

Completed in 196 milliseconds