add atm header patch needed by ltq-dsl
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 7 Jul 2011 19:56:07 +0000 (19:56 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 7 Jul 2011 19:56:07 +0000 (19:56 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@27545 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/generic-2.6/patches-2.6.32/251-atm_header_changes.patch [new file with mode: 0644]

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 (file)
index 0000000..238d6f8
--- /dev/null
@@ -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) */