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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsmp.c584 static __u64 wifi_2g_rx_cnt_old_smp=0; local
622 if((wifi_2g_tx_cnt_old_smp!=stats->tx_packets) || (wifi_2g_rx_cnt_old_smp!=stats->rx_packets))
627 wifi_2g_rx_cnt_old_smp=stats->rx_packets;

Completed in 119 milliseconds