uClibc: update to latest version (rc3 + git changes), contains fixes for ipv6 dns...
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-2.6.35 / 251-atm.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) */