diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2009-04-30 10:38:01 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-04-30 10:38:01 -0400 |
commit | a3434660e5b47ab90387b017e311437bb3a88083 (patch) | |
tree | 7d05d4e66024e20e97bc0d74e6ba9c76293045d8 /drivers/atm | |
parent | 78f857f265241dfa6f343d75b45e8b30935f71df (diff) |
solos: Add some margin-related parameters
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/atm')
-rw-r--r-- | drivers/atm/solos-attrlist.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/atm/solos-attrlist.c b/drivers/atm/solos-attrlist.c index efa2808dd94d..946726399398 100644 --- a/drivers/atm/solos-attrlist.c +++ b/drivers/atm/solos-attrlist.c | |||
@@ -62,6 +62,13 @@ SOLOS_ATTR_RW(Defaults) | |||
62 | SOLOS_ATTR_RW(LineMode) | 62 | SOLOS_ATTR_RW(LineMode) |
63 | SOLOS_ATTR_RW(Profile) | 63 | SOLOS_ATTR_RW(Profile) |
64 | SOLOS_ATTR_RW(DetectNoise) | 64 | SOLOS_ATTR_RW(DetectNoise) |
65 | SOLOS_ATTR_RW(BisAForceSNRMarginDn) | ||
66 | SOLOS_ATTR_RW(BisMForceSNRMarginDn) | ||
67 | SOLOS_ATTR_RW(BisAMaxMargin) | ||
68 | SOLOS_ATTR_RW(BisMMaxMargin) | ||
69 | SOLOS_ATTR_RW(AnnexAForceSNRMarginDn) | ||
70 | SOLOS_ATTR_RW(AnnexAMaxMargin) | ||
71 | SOLOS_ATTR_RW(AnnexMMaxMargin) | ||
65 | SOLOS_ATTR_RO(SupportedAnnexes) | 72 | SOLOS_ATTR_RO(SupportedAnnexes) |
66 | SOLOS_ATTR_RO(Status) | 73 | SOLOS_ATTR_RO(Status) |
67 | SOLOS_ATTR_RO(TotalStart) | 74 | SOLOS_ATTR_RO(TotalStart) |