Searched refs:txMCS (Results 1 - 3 of 3) 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 Dcinit.c265 if (wd->txMCS != 0xff)
268 phyCtrl = ((u32_t)wd->txMCS<<16) + wd->txMT;
269 mcs = wd->txMCS;
1174 if (wd->txMCS != 0xff)
1177 phyCtrl = ((u32_t)wd->txMCS<<16) + wd->txMT;
1178 mcs = wd->txMCS;
H A Dccmd.c182 wd->txMCS = 0xff; /* AUTO */
1020 wd->txMCS = zcRateToMCS[rate];
1024 wd->txMCS = rate - 12 - 1;
1067 if (wd->txMCS == 0xff) {
H A Dstruct.h1170 u16_t txMCS; member in struct:zsWlanDev

Completed in 57 milliseconds