staging: vt6656: Remove STAvUpdateTDStatCounter and apply directly to stats
authorMalcolm Priestley <tvboxspy@gmail.com>
Mon, 9 Dec 2013 22:23:19 +0000 (22:23 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Dec 2013 07:14:26 +0000 (23:14 -0800)
commitae27b1428e874097d530f368d64c784f8701a0b4
tree0bf02d26fc7e9da0a4c536457e1ceee72e87bd64
parent57cc0279f59da295ea6d98c31fccf2c3a4547e09
staging: vt6656: Remove STAvUpdateTDStatCounter and apply directly to stats

Apply directly to net_device_stats and wireless stats.

tx_bytes are relayed from s_vSaveTxPktInfo via scStatistic,
so collect them there.

All other statistics in STAvUpdateTDStatCounter are dead code
and don't reach user.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/int.c
drivers/staging/vt6656/iwctl.c
drivers/staging/vt6656/mib.c
drivers/staging/vt6656/mib.h
drivers/staging/vt6656/rxtx.c