Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiDataStall.java159 int txTput = txLinkSpeed * (100 - txPer) * (100 - ccaLevel); in checkForDataStall() local
160 isTxTputLow = txTput < mDataStallTxTputThrMbps * 100 * 100; in checkForDataStall()