Searched refs:MaxRxAMPDUFactor (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Drtl819x_HTProc.c147 IEEE80211_DEBUG(IEEE80211_DL_HT, "\tMax AMPDU Factor = %d\n", pCapELE->MaxRxAMPDUFactor);
658 pCapELE->MaxRxAMPDUFactor = 2; // 2 is for 32 K and 3 is 64K
662 pCapELE->MaxRxAMPDUFactor = 3; // 2 is for 32 K and 3 is 64K
1091 if(pHTInfo->AMPDU_Factor > pPeerHTCap->MaxRxAMPDUFactor)
1092 pHTInfo->CurrentAMPDUFactor = pPeerHTCap->MaxRxAMPDUFactor;
1104 pHTInfo->CurrentAMPDUFactor = pPeerHTCap->MaxRxAMPDUFactor;
1109 if(pPeerHTCap->MaxRxAMPDUFactor < HT_AGG_SIZE_32K)
1110 pHTInfo->CurrentAMPDUFactor = pPeerHTCap->MaxRxAMPDUFactor;
H A Drtl819x_HT.h163 u8 MaxRxAMPDUFactor:2; member in struct:_HT_CAPABILITY_ELE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c146 IEEE80211_DEBUG(IEEE80211_DL_HT, "\tMax AMPDU Factor = %d\n", pCapELE->MaxRxAMPDUFactor);
607 pCapELE->MaxRxAMPDUFactor = 2; // 2 is for 32 K and 3 is 64K
611 pCapELE->MaxRxAMPDUFactor = 3; // 2 is for 32 K and 3 is 64K
1033 if(pHTInfo->AMPDU_Factor > pPeerHTCap->MaxRxAMPDUFactor)
1034 pHTInfo->CurrentAMPDUFactor = pPeerHTCap->MaxRxAMPDUFactor;
1046 pHTInfo->CurrentAMPDUFactor = pPeerHTCap->MaxRxAMPDUFactor;
1051 if(pPeerHTCap->MaxRxAMPDUFactor < HT_AGG_SIZE_32K)
1052 pHTInfo->CurrentAMPDUFactor = pPeerHTCap->MaxRxAMPDUFactor;
H A Drtl819x_HT.h163 u8 MaxRxAMPDUFactor:2; member in struct:_HT_CAPABILITY_ELE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Drtl819x_HTProc.c149 IEEE80211_DEBUG(IEEE80211_DL_HT, "\tMax AMPDU Factor = %d\n", pCapELE->MaxRxAMPDUFactor);
815 pCapELE->MaxRxAMPDUFactor = 2; // 2 is for 32 K and 3 is 64K
819 pCapELE->MaxRxAMPDUFactor = 3; // 2 is for 32 K and 3 is 64K
1231 if(pHTInfo->AMPDU_Factor > pPeerHTCap->MaxRxAMPDUFactor)
1232 pHTInfo->CurrentAMPDUFactor = pPeerHTCap->MaxRxAMPDUFactor;
1244 pHTInfo->CurrentAMPDUFactor = pPeerHTCap->MaxRxAMPDUFactor;
1249 if(pPeerHTCap->MaxRxAMPDUFactor < HT_AGG_SIZE_32K)
1250 pHTInfo->CurrentAMPDUFactor = pPeerHTCap->MaxRxAMPDUFactor;
H A Drtl819x_HT.h181 u8 MaxRxAMPDUFactor:2; member in struct:_HT_CAPABILITY_ELE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr819xU_HTType.h131 u8 MaxRxAMPDUFactor:2; member in struct:_HT_CAPABILITY_ELE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr819xU_HTType.h131 u8 MaxRxAMPDUFactor:2; member in struct:_HT_CAPABILITY_ELE

Completed in 145 milliseconds