diff mbox

[1/4] atm: solos-pci: Add AnnexA/M capability attributes

Message ID 1317789810.2424.82.camel@dualcore.traverse
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Nathan Williams Oct. 5, 2011, 4:43 a.m. UTC
BisACapability and BisMCapability allow users to
force either Annex A or Annex M.

Signed-off-by: Nathan Williams <nathan@traverse.com.au>
---
 drivers/atm/solos-attrlist.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

David Miller Oct. 5, 2011, 9:50 p.m. UTC | #1
From: Nathan Williams <nathan@traverse.com.au>
Date: Wed, 05 Oct 2011 15:43:30 +1100

> BisACapability and BisMCapability allow users to
> force either Annex A or Annex M.
> 
> Signed-off-by: Nathan Williams <nathan@traverse.com.au>

David, Nathan's patches look fine to me, want me to stick them into
net-next?
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
David Woodhouse Oct. 5, 2011, 11:01 p.m. UTC | #2
On Wed, 2011-10-05 at 17:50 -0400, David Miller wrote:
> 
> David, Nathan's patches look fine to me, want me to stick them into
> net-next? 

Please. All of them can be

 Acked-By: David Woodhouse <David.Woodhouse@intel.com>

Thanks.
David Miller Oct. 5, 2011, 11:12 p.m. UTC | #3
From: David Woodhouse <dwmw2@infradead.org>
Date: Thu, 06 Oct 2011 00:01:31 +0100

> On Wed, 2011-10-05 at 17:50 -0400, David Miller wrote:
>> 
>> David, Nathan's patches look fine to me, want me to stick them into
>> net-next? 
> 
> Please. All of them can be
> 
>  Acked-By: David Woodhouse <David.Woodhouse@intel.com>

Done, thanks everyone.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/atm/solos-attrlist.c b/drivers/atm/solos-attrlist.c
index 9a676ee..8092533 100644
--- a/drivers/atm/solos-attrlist.c
+++ b/drivers/atm/solos-attrlist.c
@@ -71,6 +71,8 @@  SOLOS_ATTR_RW(BisAForceSNRMarginDn)
 SOLOS_ATTR_RW(BisMForceSNRMarginDn)
 SOLOS_ATTR_RW(BisAMaxMargin)
 SOLOS_ATTR_RW(BisMMaxMargin)
+SOLOS_ATTR_RW(BisACapability)
+SOLOS_ATTR_RW(BisMCapability)
 SOLOS_ATTR_RW(AnnexAForceSNRMarginDn)
 SOLOS_ATTR_RW(AnnexAMaxMargin)
 SOLOS_ATTR_RW(AnnexMMaxMargin)