Searched refs:IOTRaFunc (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/rtl8192su/ieee80211/
H A Drtl819x_HTProc.c657 pHTInfo->IOTRaFunc &= HT_IOT_RAFUNC_DISABLE_ALL;
660 pHTInfo->IOTRaFunc |= HT_IOT_RAFUNC_PEER_1R;
663 pHTInfo->IOTRaFunc |= HT_IOT_RAFUNC_TX_AMSDU;
665 printk("!!!!!!!!!!!!!!!!!!!!!!!!!!!IOTRaFunc = %8.8x\n", pHTInfo->IOTRaFunc);
747 pHTInfo->IOTRaFunc = 0;
1378 pHTInfo->IOTRaFunc = 0;
1549 pHTInfo->IOTRaFunc = 0;
H A Drtl819x_HT.h352 u8 IOTRaFunc; member in struct:_RT_HIGH_THROUGHPUT
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192S_phy.c3523 if(pHTInfo->IOTRaFunc & HT_IOT_RAFUNC_DISABLE_ALL)
3526 input = FW_RA_REFRESH | (pHTInfo->IOTRaFunc << 8);
3542 if(pHTInfo->IOTRaFunc & HT_IOT_RAFUNC_DISABLE_ALL)
3545 input = FW_RA_IOT_N_COMB | (((pHTInfo->IOTRaFunc)&0x0f) << 8);
3554 if(pHTInfo->IOTRaFunc & HT_IOT_RAFUNC_DISABLE_ALL)
3557 input = FW_RA_IOT_BG_COMB | (((pHTInfo->IOTRaFunc)&0x0f) << 8);

Completed in 159 milliseconds