From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ryder Lee Subject: Re: [PATCH 1/4] mt76: add mac80211 driver for MT7615 PCIe-based chipsets Date: Sun, 31 Mar 2019 16:52:51 +0800 Message-ID: <1554022371.17453.0.camel@mtkswgap22> References: <2849359e0b0ede6c13ae9f142aff77a016fd0a80.1553607739.git.ryder.lee@mediatek.com> <87lg0wyjvj.fsf@purkki.adurom.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <87lg0wyjvj.fsf@purkki.adurom.net> Sender: linux-kernel-owner@vger.kernel.org To: Kalle Valo Cc: Sean Wang , Miller Shen , Nelson Chang , YF Luo , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, Haipin Liang , linux-mediatek@lists.infradead.org, Roy Luo , Kyle Lee , Rorscha Yang , Lorenzo Bianconi , Kai Lin , Lorenzo Bianconi , Felix Fietkau List-Id: linux-mediatek@lists.infradead.org On Sat, 2019-03-30 at 08:08 +0200, Kalle Valo wrote: > Ryder Lee writes: > > > This driver is for a newer generation of MediaTek MT7615 4x4 802.11ac > > PCIe-based chipsets, which support wave2 MU-MIMO up to 4 users/group > > and also support up to 160MHz bandwidth. > > > > The driver fully supports AP, station and monitor mode. > > > > Signed-off-by: Ryder Lee > > Signed-off-by: Roy Luo > > Signed-off-by: Lorenzo Bianconi > > [...] > > > --- /dev/null > > +++ b/drivers/net/wireless/mediatek/mt76/mt7615/dma.c > > @@ -0,0 +1,204 @@ > > +// SPDX-License-Identifier: GPL-2.0 > > mt76 is under ISC so why did you choose GPLv2 here? I don't think it's a > good idea to use different licenses within the same driver. > > Also mt76 does not use SPDX tags yet. I would prefer that the whole > driver is converted in one go to have consistent licensing information. > OK. I will modify it.