implement kernel symbol neutral method to select audio addon boards
[openadk.git] / package / iproute2 / patches / patch-netem_pareto_c
blobb422a56a055c1a2998860240a259228da8e405ab
1 --- iproute2-3.12.0.orig/netem/pareto.c 2013-11-23 02:10:33.000000000 +0100
2 +++ iproute2-3.12.0/netem/pareto.c      2014-02-09 11:46:07.000000000 +0100
3 @@ -7,10 +7,8 @@
4  #include <math.h>
5  #include <limits.h>
6  
7 -#include <linux/types.h>
8 -#include <linux/pkt_sched.h>
10  static const double a=3.0;
11 +#define NETEM_DIST_SCALE        8192
12  #define TABLESIZE      16384
13  #define TABLEFACTOR    NETEM_DIST_SCALE