Home
last modified time | relevance | path

Searched refs:MaxRxAMPDUFactor (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HTProc.c146 IEEE80211_DEBUG(IEEE80211_DL_HT, "\tMax AMPDU Factor = %d\n", pCapELE->MaxRxAMPDUFactor); in HTDebugHTCapability()
602 pCapELE->MaxRxAMPDUFactor = 2; // 2 is for 32 K and 3 is 64K in HTConstructCapabilityElement()
606 pCapELE->MaxRxAMPDUFactor = 3; // 2 is for 32 K and 3 is 64K in HTConstructCapabilityElement()
1028 if(pHTInfo->AMPDU_Factor > pPeerHTCap->MaxRxAMPDUFactor) in HTOnAssocRsp()
1029 pHTInfo->CurrentAMPDUFactor = pPeerHTCap->MaxRxAMPDUFactor; in HTOnAssocRsp()
1041 pHTInfo->CurrentAMPDUFactor = pPeerHTCap->MaxRxAMPDUFactor; in HTOnAssocRsp()
1046 if(pPeerHTCap->MaxRxAMPDUFactor < HT_AGG_SIZE_32K) in HTOnAssocRsp()
1047 pHTInfo->CurrentAMPDUFactor = pPeerHTCap->MaxRxAMPDUFactor; in HTOnAssocRsp()
Drtl819x_HT.h163 u8 MaxRxAMPDUFactor:2; member
/linux-4.1.27/drivers/staging/rtl8192e/
Drtl819x_HTProc.c337 pCapELE->MaxRxAMPDUFactor = 2; in HTConstructCapabilityElement()
339 pCapELE->MaxRxAMPDUFactor = 3; in HTConstructCapabilityElement()
595 if (pHTInfo->AMPDU_Factor > pPeerHTCap->MaxRxAMPDUFactor) in HTOnAssocRsp()
597 pPeerHTCap->MaxRxAMPDUFactor; in HTOnAssocRsp()
605 pPeerHTCap->MaxRxAMPDUFactor; in HTOnAssocRsp()
609 if (pPeerHTCap->MaxRxAMPDUFactor < HT_AGG_SIZE_32K) in HTOnAssocRsp()
611 pPeerHTCap->MaxRxAMPDUFactor; in HTOnAssocRsp()
Drtl819x_HT.h118 u8 MaxRxAMPDUFactor:2; member