Searched refs:RateIndex (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.c830 u8_t RateIndex, Rate; local
836 RateIndex = wd->sta.oppositeInfo[0].rcCell.currentRateIndex;
837 Rate = wd->sta.oppositeInfo[0].rcCell.operationRateSet[RateIndex];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/
H A Dioctl.c1001 u8_t i, RateIndex = 4; local
1011 RateIndex = i;
1014 if (zcIndextoRateBG[RateIndex] == 0)
1015 RateIndex = 0xff;
1016 /* printk("RateIndex : %x\n", RateIndex); */
1018 if (RateIndex == zcRateToMCS[i])
1022 RateIndex = 20;
1023 printk(KERN_WARNING "RateIndex : %d\n", RateIndex);
[all...]

Completed in 33 milliseconds