On Thu, Jul 05, 2018 at 04:50:19PM +0200, Lorenzo Bianconi wrote: > On Jul 05, Stanislaw Gruszka wrote: > > +obj-$(CONFIG_MT76x0U) += mt76x0.o > > + > > +mt76x0-objs = \ > > + usb.o init.o main.o mcu.o trace.o dma.o eeprom.o phy.o \ > > There is no main.c source file, is it a leftover from previous implementation? > Moreover compiling the driver (and fixing conflicts with mt76x2u) I have: > > ERROR: "mt76x0_ops" [drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0.ko] undefined! I somehow missed the patch adding main.c . Stanislaw