Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8192u/ieee80211/
A Drtl819x_HTProc.c147 IEEE80211_DEBUG(IEEE80211_DL_HT, "\tMax AMPDU Factor = %d\n", pCapELE->MaxRxAMPDUFactor); in HTDebugHTCapability()
521 pCapELE->MaxRxAMPDUFactor = 2; // 2 is for 32 K and 3 is 64K in HTConstructCapabilityElement()
523 pCapELE->MaxRxAMPDUFactor = 3; // 2 is for 32 K and 3 is 64K in HTConstructCapabilityElement()
927 if (pHTInfo->AMPDU_Factor > pPeerHTCap->MaxRxAMPDUFactor) in HTOnAssocRsp()
928 pHTInfo->CurrentAMPDUFactor = pPeerHTCap->MaxRxAMPDUFactor; in HTOnAssocRsp()
939 pHTInfo->CurrentAMPDUFactor = pPeerHTCap->MaxRxAMPDUFactor; in HTOnAssocRsp()
943 if (pPeerHTCap->MaxRxAMPDUFactor < HT_AGG_SIZE_32K) in HTOnAssocRsp()
944 pHTInfo->CurrentAMPDUFactor = pPeerHTCap->MaxRxAMPDUFactor; in HTOnAssocRsp()
A Drtl819x_HT.h58 u8 MaxRxAMPDUFactor:2; member
/linux/drivers/staging/rtl8192e/
A Drtl819x_HTProc.c322 pCapELE->MaxRxAMPDUFactor = 2; in HTConstructCapabilityElement()
324 pCapELE->MaxRxAMPDUFactor = 3; in HTConstructCapabilityElement()
578 if (pHTInfo->AMPDU_Factor > pPeerHTCap->MaxRxAMPDUFactor) in HTOnAssocRsp()
580 pPeerHTCap->MaxRxAMPDUFactor; in HTOnAssocRsp()
588 pPeerHTCap->MaxRxAMPDUFactor; in HTOnAssocRsp()
592 if (pPeerHTCap->MaxRxAMPDUFactor < HT_AGG_SIZE_32K) in HTOnAssocRsp()
594 pPeerHTCap->MaxRxAMPDUFactor; in HTOnAssocRsp()
A Drtl819x_HT.h43 u8 MaxRxAMPDUFactor:2; member

Completed in 10 milliseconds