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

2015-12-22 Thread Christian Gromm
This patch adds a counter for dropped packets. It needed for statistical analysis. Signed-off-by: Christian Gromm --- This patch has been resent on behalf of Greg Kroah-Hartman v2: change type of skb_len to unsigned int. This has been demanded by Dan Carpenter. drivers/staging/most/aim-netw

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

2015-11-19 Thread Christian Gromm
This patch adds a counter for dropped packets. It needed for statistical analysis. Signed-off-by: Christian Gromm --- v2: change type of skb_len to unsigned int. This has been demanded by Dan Carpenter. drivers/staging/most/aim-network/networking.c | 11 --- 1 file changed, 8 inserti