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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dratectrl.c332 wd->txMPDU[i] = wd->txFail[i] = 0;
532 (wd->txFail[rcCell->currentRate]*100)/wd->txMPDU[rcCell->currentRate]);
558 wd->txFail[rcCell->currentRate] = wd->txFail[rcCell->currentRate] >> 1;
590 wd->txFail[rcCell->currentRate] = wd->txFail[rcCell->currentRate] >> 1;
595 wd->txFail[rcCell->currentRate] = (wd->txFail[rcCell->currentRate] < wd->txMPDU[rcCell->currentRate])?
596 wd->txFail[rcCell->currentRate] : wd->txMPDU[rcCell->currentRate];
637 wd->txFail[aggRat
[all...]
H A Dstruct.h1231 u32_t txFail[ZM_RATE_TABLE_SIZE]; member in struct:zsWlanDev

Completed in 214 milliseconds