From: blogic Date: Thu, 7 Jul 2011 19:56:07 +0000 (+0000) Subject: add atm header patch needed by ltq-dsl X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=6124e9af203106cafc24d7a2b758474a9b293451;hp=e16795062e41b1cbd2fe766850bc065fb83dc89d add atm header patch needed by ltq-dsl git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@27545 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/generic-2.6/patches-2.6.32/251-atm_header_changes.patch b/target/linux/generic-2.6/patches-2.6.32/251-atm_header_changes.patch new file mode 100644 index 000000000..238d6f81c --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.32/251-atm_header_changes.patch @@ -0,0 +1,12 @@ +--- a/include/linux/atm.h ++++ b/include/linux/atm.h +@@ -139,6 +139,9 @@ struct atm_trafprm { + int min_pcr; /* minimum PCR in cells per second */ + int max_cdv; /* maximum CDV in microseconds */ + int max_sdu; /* maximum SDU in bytes */ ++ int scr; /* sustained rate in cells per second */ ++ int mbs; /* maximum burst size (MBS) in cells */ ++ int cdv; /* Cell delay varition */ + /* extra params for ABR */ + unsigned int icr; /* Initial Cell Rate (24-bit) */ + unsigned int tbe; /* Transient Buffer Exposure (24-bit) */