Re: [PATCH 27/28] staging: most: add statistics for dropped packets

2015-11-18 Thread Dan Carpenter
On Wed, Nov 18, 2015 at 01:43:51PM +0100, Christian Gromm wrote: > This patch adds a counter for dropped packets. It needed for statistical > analysis. > > Signed-off-by: Christian Gromm > --- > drivers/staging/most/aim-network/networking.c | 11 --- > 1 file changed, 8 insertions(+),

[PATCH 27/28] staging: most: add statistics for dropped packets

2015-11-18 Thread Christian Gromm
This patch adds a counter for dropped packets. It needed for statistical analysis. Signed-off-by: Christian Gromm --- drivers/staging/most/aim-network/networking.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/staging/most/aim-network/networking.c b/d