kernel: update linux 3.3 to 3.3.1
[openwrt/staging/mkresin.git] / target / linux / generic / patches-3.3 / 652-atm_header_changes.patch
1 --- a/include/linux/atm.h
2 +++ b/include/linux/atm.h
3 @@ -139,6 +139,9 @@ struct atm_trafprm {
4 int min_pcr; /* minimum PCR in cells per second */
5 int max_cdv; /* maximum CDV in microseconds */
6 int max_sdu; /* maximum SDU in bytes */
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 /* extra params for ABR */
11 unsigned int icr; /* Initial Cell Rate (24-bit) */
12 unsigned int tbe; /* Transient Buffer Exposure (24-bit) */