Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A DHalBtc8723b1Ant.h115 u8 curAmpduTimeType; member
H A DHalBtc8723b1Ant.c162 pCoexDm->curAmpduTimeType = type; in halbtc8723b1ant_AmpduMaxTime()
165 bForceExec || (pCoexDm->preAmpduTimeType != pCoexDm->curAmpduTimeType) in halbtc8723b1ant_AmpduMaxTime()
167 switch (pCoexDm->curAmpduTimeType) { in halbtc8723b1ant_AmpduMaxTime()
181 pCoexDm->preAmpduTimeType = pCoexDm->curAmpduTimeType; in halbtc8723b1ant_AmpduMaxTime()