Home
last modified time | relevance | path

Searched refs:CurrentAMPDUFactor (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtl819x_HTProc.c574 ht_info->CurrentAMPDUFactor = in HTOnAssocRsp()
577 ht_info->CurrentAMPDUFactor = ht_info->AMPDU_Factor; in HTOnAssocRsp()
582 ht_info->CurrentAMPDUFactor = in HTOnAssocRsp()
585 ht_info->CurrentAMPDUFactor = HT_AGG_SIZE_64K; in HTOnAssocRsp()
587 ht_info->CurrentAMPDUFactor = min_t(u32, pPeerHTCap->MaxRxAMPDUFactor, in HTOnAssocRsp()
637 ht_info->CurrentAMPDUFactor = ht_info->AMPDU_Factor; in HTInitializeHTInfo()
792 ht_info->CurrentAMPDUFactor = ht_info->AMPDU_Factor; in HTUseDefaultSetting()
H A Drtl819x_HT.h117 u8 CurrentAMPDUFactor; member
H A Drtllib_tx.c316 tcb_desc->ampdu_factor = ht_info->CurrentAMPDUFactor; in rtllib_tx_query_agg_cap()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c928 pHTInfo->CurrentAMPDUFactor = pPeerHTCap->MaxRxAMPDUFactor; in HTOnAssocRsp()
930 pHTInfo->CurrentAMPDUFactor = pHTInfo->AMPDU_Factor; in HTOnAssocRsp()
939 pHTInfo->CurrentAMPDUFactor = pPeerHTCap->MaxRxAMPDUFactor; in HTOnAssocRsp()
941 pHTInfo->CurrentAMPDUFactor = HT_AGG_SIZE_64K; in HTOnAssocRsp()
943 pHTInfo->CurrentAMPDUFactor = min_t(u32, pPeerHTCap->MaxRxAMPDUFactor, in HTOnAssocRsp()
1050 pHTInfo->CurrentAMPDUFactor = pHTInfo->AMPDU_Factor; in HTInitializeHTInfo()
H A Drtl819x_HT.h160 u8 CurrentAMPDUFactor; // This indicate Tx A-MPDU capability member
H A Dieee80211_tx.c324 tcb_desc->ampdu_factor = pHTInfo->CurrentAMPDUFactor; in ieee80211_tx_query_agg_cap()