Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754679Ab0K3TmK (ORCPT ); Tue, 30 Nov 2010 14:42:10 -0500 Received: from mail-yx0-f174.google.com ([209.85.213.174]:36176 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751222Ab0K3TmI (ORCPT ); Tue, 30 Nov 2010 14:42:08 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=KuKy8WfHlcz1CUAyXRF6nD9s7jh9LQt0UYBLknynaVqlCadGa1+qM3PMp5WumBqCew RAI10C6vsb0wyxHOIlsYOC5j7dg0FCvQrgasHnArNs1icvus4vtHkCQ7mF66+ho0Y2yr iyG3njnhHPX1MGTiAhI9LL9ykAq2g4yej871U= MIME-Version: 1.0 In-Reply-To: References: <20101118113441.74fcdc21@lxorguk.ukuu.org.uk> <20101130192648.GA1623@ucw.cz> From: "Luis R. Rodriguez" Date: Tue, 30 Nov 2010 11:41:47 -0800 X-Google-Sender-Auth: RB27RnMwQfJ_xauh0uiLNpVCsuw Message-ID: Subject: Re: Challenges with doing hardware bring up with Linux first To: Pavel Machek , bkuhn@ebb.org, David Woodhouse Cc: Alan Cox , linux-kernel@vger.kernel.org, linux-wireless , Greg KH , David Miller , "John W. Linville" , Stephen Hemminger , "Perez-Gonzalez, Inaky" , Charles Marker , Jouni Malinen , Kevin Hayes , Zhifeng Cai , Don Breslin , Doug Dahlby , Julia Lawall Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1173 Lines: 33 On Tue, Nov 30, 2010 at 11:30 AM, Luis R. Rodriguez wrote: > On Tue, Nov 30, 2010 at 11:26 AM, Pavel Machek wrote: >> Hi! >> >>> >> everything else can be independent code. For ath9k in particular this >>> >> means we keep ath9k_hw shared between our Operating Systems and that's >>> >> it. In addition to this I believe opening up the common drivers for >>> > >>> > The Linux copy needs to be GPL, >>> >>> GPL-Compatible you mean, right. I mean we have ath9k_hw with >>> permissive licensed files. >> >> GPL-compatible is not right word. It has to be either GPL, or so >> permissive that anyone is allowed to turn it into GPL. > > Oh? I actually was just thinking of getting rid of all the silly MODULE_LICENSE() crap we have that is for GPL-Compatible licenses and just adding: MODULE_LICENSE("GPL-Compatible"); and be done with it. All the other stuff just confuses people. Luis -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/