Searched refs:CurrentRxRateKbps (Results 1 - 4 of 4) 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 Dccmd.c701 wd->CurrentRxRateKbps = 270000;
704 wd->CurrentRxRateKbps = 54000;
1131 if (rxRateKbps > wd->CurrentRxRateKbps)
1132 wd->CurrentRxRateKbps = rxRateKbps;
1134 wd->CurrentRxRateKbps = rxRateKbps;
1152 return wd->CurrentRxRateKbps;
1213 /* zm_msg1_mm(ZM_LV_0, "wd->CurrentRxRateKbps=",
1214 wd->CurrentRxRateKbps);
H A Dperformance.c172 wd->CurrentRxRateKbps/1000, zm_summary.rx_amsdu_len);
H A Dcmmsta.c2418 wd->CurrentRxRateKbps = 300000;
2423 wd->CurrentRxRateKbps = 270000;
2431 wd->CurrentRxRateKbps = 300000;
2436 wd->CurrentRxRateKbps = 270000;
2445 wd->CurrentRxRateKbps = 130000;
2450 wd->CurrentRxRateKbps = 130000;
2459 wd->CurrentRxRateKbps = 11000;
2464 wd->CurrentRxRateKbps = 54000;
H A Dstruct.h1174 u32_t CurrentRxRateKbps; //Janet(+) member in struct:zsWlanDev

Completed in 188 milliseconds