diff options
author | John Crispin <blogic@openwrt.org> | 2009-11-01 18:52:35 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2009-11-01 18:52:35 +0000 |
commit | 4b32ac9e6492a42e68d076f8f082bcacb4f5e4ad (patch) | |
tree | 37744ee3f20d4027e40ab1052295409e66d1a664 /target/linux/generic-2.6 | |
parent | 87bc494c86246cd592164c901e7fce349efcd2bc (diff) | |
download | upstream-4b32ac9e6492a42e68d076f8f082bcacb4f5e4ad.tar.gz upstream-4b32ac9e6492a42e68d076f8f082bcacb4f5e4ad.tar.bz2 upstream-4b32ac9e6492a42e68d076f8f082bcacb4f5e4ad.zip |
[ifxmips] adds dsl support, thank you infineon/lantiq
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18259 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.30/251-atm.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.30/251-atm.patch b/target/linux/generic-2.6/patches-2.6.30/251-atm.patch new file mode 100644 index 0000000000..07da344259 --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.30/251-atm.patch @@ -0,0 +1,14 @@ +Index: linux-2.6.28.10/include/linux/atm.h +=================================================================== +--- linux-2.6.28.10.orig/include/linux/atm.h 2009-05-02 20:54:43.000000000 +0200 ++++ linux-2.6.28.10/include/linux/atm.h 2009-09-02 15:00:30.000000000 +0200 +@@ -139,6 +139,9 @@ + 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) */ |