Searched refs:wifi_5g_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.c586 static __u64 wifi_5g_rx_cnt_old_smp=0; local
667 if((wifi_5g_tx_cnt_old_smp!=stats->tx_packets) || (wifi_5g_rx_cnt_old_smp!=stats->rx_packets))
672 wifi_5g_rx_cnt_old_smp=stats->rx_packets;

Completed in 122 milliseconds