Searched refs:tx_packets_delta (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.c4125 u32 tx_failures, tx_failures_delta, tx_packets_delta; local
4164 tx_packets_delta = priv->tx_packets - priv->last_tx_packets;
4202 if (tx_packets_delta > 100 && tx_packets_delta + tx_failures_delta)
4204 (tx_packets_delta + tx_failures_delta);
4208 tx_quality, tx_failures_delta, tx_packets_delta);

Completed in 160 milliseconds