add 3.7-rc6 support (patch 820 still has to be fixed)

SVN-Revision: 34247
This commit is contained in:
Imre Kaloz
2012-11-18 18:52:38 +00:00
parent d0226aff1d
commit 935ca3f3eb
152 changed files with 26445 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
--- a/include/uapi/linux/atm.h
+++ b/include/uapi/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) */