On Sat, 2019-03-30 at 08:08 +0200, Kalle Valo wrote: > Ryder Lee <ryder.lee@xxxxxxxxxxxx> 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 <ryder.lee@xxxxxxxxxxxx> > > Signed-off-by: Roy Luo <royluo@xxxxxxxxxx> > > Signed-off-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> > > [...] > > > --- /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.