Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c1559 struct rf_info strStatistics; in get_station() local
1561 host_int_get_statistics(priv->hWILCWFIDrv, &strStatistics); in get_station()
1569 sinfo->signal = strStatistics.s8RSSI; in get_station()
1570 sinfo->rx_packets = strStatistics.u32RxCount; in get_station()
1571 sinfo->tx_packets = strStatistics.u32TxCount + strStatistics.u32TxFailureCount; in get_station()
1572 sinfo->tx_failed = strStatistics.u32TxFailureCount; in get_station()
1573 sinfo->txrate.legacy = strStatistics.u8LinkSpeed * 10; in get_station()
1575 …if ((strStatistics.u8LinkSpeed > TCP_ACK_FILTER_LINK_SPEED_THRESH) && (strStatistics.u8LinkSpeed !… in get_station()
1577 else if (strStatistics.u8LinkSpeed != DEFAULT_LINK_SPEED) in get_station()