Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c1064 pHTInfo->bCurrentRT2RTAggregation = false; in HTInitializeHTInfo()
1137 pHTInfo->bCurrentRT2RTAggregation = pNetwork->bssht.bdRT2RTAggregation; in HTResetSelfAndSavePeerSetting()
1140 pHTInfo->bCurrentRT2RTAggregation = false; in HTResetSelfAndSavePeerSetting()
1177 pHTInfo->bCurrentRT2RTAggregation = false; in HTResetSelfAndSavePeerSetting()
H A Drtl819x_HT.h193 u8 bCurrentRT2RTAggregation; member
H A Dieee80211_softmac.c976 if (ieee->pHTInfo->bCurrentRT2RTAggregation) { in ieee80211_association_req()
1146 if (ieee->pHTInfo->bCurrentRT2RTAggregation) { in ieee80211_association_req()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_dm.c150 if (!priv->bCurrentRxAggrEnable && !pHTInfo->bCurrentRT2RTAggregation) { in dm_CheckRxAggregation()