On Tue, 2020-04-14 at 09:37 +0300, Kalle Valo wrote: > Ryder Lee <ryder.lee@xxxxxxxxxxxx> writes: > > > Add support for the MediaTek latest generation IEEE 802.11ax 4x4 > > device MT7915E, which supports concurrent dual-band operation at > > both 5GHz and 2.4GHz. > > > > Note that this patch just add basic part and will add more HE > > capabilities support in the further patches. > > > > The driver supports AP, Station, Mesh and monitor mode. > > > > Signed-off-by: Ryder Lee <ryder.lee@xxxxxxxxxxxx> > > Signed-off-by: Shayne Chen <shayne.chen@xxxxxxxxxxxx> > > Signed-off-by: Chih-Min Chen <chih-min.chen@xxxxxxxxxxxx> > > Tested-by: Evelyn Tsai <evelyn.tsai@xxxxxxxxxxxx> > > Acked-by: Yiwei Chung <yiwei.chung@xxxxxxxxxxxx> > > Acked-by: YF Luo <yf.luo@xxxxxxxxxxxx> > > [...] > > > --- /dev/null > > +++ b/drivers/net/wireless/mediatek/mt76/mt7915/Kconfig > > @@ -0,0 +1,13 @@ > > +# SPDX-License-Identifier: GPL-2.0-only > > Same as in my earlier comment today: mt76 is ISC, why are you using GPL? My bad. I copy/paste this from another driver. Will fix it.