Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HTProc.c151 IEEE80211_DEBUG(IEEE80211_DL_HT, "\tMax AMPDU Factor = %d\n", pCapELE->MaxRxAMPDUFactor); in HTDebugHTCapability()
582 pCapELE->MaxRxAMPDUFactor = 2; // 2 is for 32 K and 3 is 64K in HTConstructCapabilityElement()
584 pCapELE->MaxRxAMPDUFactor = 3; // 2 is for 32 K and 3 is 64K in HTConstructCapabilityElement()
989 if (pHTInfo->AMPDU_Factor > pPeerHTCap->MaxRxAMPDUFactor) in HTOnAssocRsp()
990 pHTInfo->CurrentAMPDUFactor = pPeerHTCap->MaxRxAMPDUFactor; in HTOnAssocRsp()
1001 pHTInfo->CurrentAMPDUFactor = pPeerHTCap->MaxRxAMPDUFactor; in HTOnAssocRsp()
1005 if (pPeerHTCap->MaxRxAMPDUFactor < HT_AGG_SIZE_32K) in HTOnAssocRsp()
1006 pHTInfo->CurrentAMPDUFactor = pPeerHTCap->MaxRxAMPDUFactor; in HTOnAssocRsp()
Drtl819x_HT.h110 u8 MaxRxAMPDUFactor:2; member
/Linux-v4.19/drivers/staging/rtl8192e/
Drtl819x_HTProc.c333 pCapELE->MaxRxAMPDUFactor = 2; in HTConstructCapabilityElement()
335 pCapELE->MaxRxAMPDUFactor = 3; in HTConstructCapabilityElement()
594 if (pHTInfo->AMPDU_Factor > pPeerHTCap->MaxRxAMPDUFactor) in HTOnAssocRsp()
596 pPeerHTCap->MaxRxAMPDUFactor; in HTOnAssocRsp()
604 pPeerHTCap->MaxRxAMPDUFactor; in HTOnAssocRsp()
608 if (pPeerHTCap->MaxRxAMPDUFactor < HT_AGG_SIZE_32K) in HTOnAssocRsp()
610 pPeerHTCap->MaxRxAMPDUFactor; in HTOnAssocRsp()
Drtl819x_HT.h51 u8 MaxRxAMPDUFactor:2; member