2d5e4203e51938509d3033d57272e23ee22b45bb
[openwrt.git] / target / linux / generic / patches-3.18 / 652-atm_header_changes.patch
1 --- a/include/uapi/linux/atm.h
2 +++ b/include/uapi/linux/atm.h
3 @@ -154,6 +154,9 @@
4         unsigned int adtf      :10;     /* ACR Decrease Time Factor (10-bit) */
5         unsigned int cdf       :3;      /* Cutoff Decrease Factor (3-bit) */
6          unsigned int spare     :9;      /* spare bits */ 
7 +       int             scr;            /* sustained rate in cells per second */
8 +       int             mbs;            /* maximum burst size (MBS) in cells */
9 +       int             cdv;            /* Cell delay varition */
10  };
11  
12  struct atm_qos {