Home
last modified time | relevance | path

Searched refs:bCurrentRxAggrEnable (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_dm.c182 if (priv->bCurrentRxAggrEnable) { in dm_CheckRxAggregation()
184 priv->bCurrentRxAggrEnable = false; in dm_CheckRxAggregation()
187 if (!priv->bCurrentRxAggrEnable && !pHTInfo->bCurrentRT2RTAggregation) { in dm_CheckRxAggregation()
198 priv->bCurrentRxAggrEnable = true; in dm_CheckRxAggregation()
Dr8192U.h984 bool bCurrentRxAggrEnable; member