Return-path: Received: from mail-iw0-f174.google.com ([209.85.214.174]:34164 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752692Ab0JNVYN convert rfc822-to-8bit (ORCPT ); Thu, 14 Oct 2010 17:24:13 -0400 Received: by iwn35 with SMTP id 35so48272iwn.19 for ; Thu, 14 Oct 2010 14:24:12 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1287090064-14607-2-git-send-email-zajec5@gmail.com> References: <1287090064-14607-1-git-send-email-zajec5@gmail.com> <1287090064-14607-2-git-send-email-zajec5@gmail.com> From: "Luis R. Rodriguez" Date: Thu, 14 Oct 2010 14:23:48 -0700 Message-ID: Subject: Re: [PATCH 2/3] b43: N-PHY: define registers names for 2056 radio To: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: linux-wireless@vger.kernel.org, "John W. Linville" , b43-dev@lists.infradead.org, Henry Ptasinski , Brett Rudley , Nohee Ko Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: 2010/10/14 Rafał Miłecki : > Signed-off-by: Rafał Miłecki > Cc: Henry Ptasinski > Cc: Brett Rudley > Cc: Nohee Ko > --- >  drivers/net/wireless/b43/radio_2056.h |  522 +++++++++++++++++++++++++++++++++ >  1 files changed, 522 insertions(+), 0 deletions(-) > > diff --git a/drivers/net/wireless/b43/radio_2056.h b/drivers/net/wireless/b43/radio_2056.h > index 60341d7..462c9fd 100644 > --- a/drivers/net/wireless/b43/radio_2056.h > +++ b/drivers/net/wireless/b43/radio_2056.h > @@ -4,6 +4,9 @@ > >   Copyright (c) 2010 Rafał Miłecki > > +  Some parts of the code in this file are derived from the brcm80211 > +  driver  Copyright (c) 2010 Broadcom Corporation > + You forgot to include their full license here. Luis