Searched refs:maxTxPower2 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpusb.c250 wd->maxTxPower2 &= 0x3f;
251 tpc = (tpc > wd->maxTxPower2)? wd->maxTxPower2 : tpc;
H A Dhpmain.c2157 wd->maxTxPower2 &= 0x3f;
2158 tpc = (tpc > wd->maxTxPower2)? wd->maxTxPower2 : tpc;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dstruct.h1121 u8_t maxTxPower2; /* 2.4 GHz Max Tx power (Unit: 0.5 dBm) */ member in struct:zsWlanDev
H A Dcoid.c2368 wd->maxTxPower2 = power2;
2377 *power2 = wd->maxTxPower2;
H A Dccmd.c186 wd->maxTxPower2 = 0xff;

Completed in 201 milliseconds