Searched refs:highRate (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/otus/80211core/
H A Dratectrl.c493 u8_t newRate, highRate; local
563 highRate = zfRateCtrlGetHigherRate(rcCell);
564 if ((highRate != rcCell->currentRate) && wd->PER[highRate] &&
566 wd->PER[highRate])) {
567 //DbgPrint("PER compare force raise rate to %d", highRate);
569 zfRateCtrlTxSuccessEvent(dev, rcCell, highRate);
573 highRate = zfRateCtrlFindMaxUDPTP(dev, rcCell);
574 if (rcCell->currentRate < highRate) {
575 //DbgPrint("UDP Throughput compare force raise rate to %d", highRate);
[all...]

Completed in 103 milliseconds