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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dba_action.c1625 long WinStartSeq, TmpSeq; local
1627 TmpSeq = Sequence - (pBAEntry->BAWinSize) - 1;
1628 if (TmpSeq < 0) {
1629 TmpSeq = (MAXSEQ + 1) + TmpSeq;
1631 WinStartSeq = (TmpSeq + 1) & MAXSEQ;
1633 pBAEntry->LastIndSeq = WinStartSeq; /*TmpSeq; */
1640 TmpSeq =
1643 if (TmpSeq != RESET_RCV_SEQ) {
1644 pBAEntry->LastIndSeq = TmpSeq;
[all...]

Completed in 116 milliseconds