Re: [PATCH 00/11] Add mt76x0 driver
From: Lorenzo Bianconi <hidden>
Date: 2018-07-06 11:37:21
Also in:
linux-wireless
On Jul 06, Stanislaw Gruszka wrote:
On Thu, Jul 05, 2018 at 05:32:17PM +0200, Lorenzo Bianconi wrote:quoted
quoted
My integration efforts can be traced here: https://github.com/sgruszka/wireless-drivers-next/commits/mt76x0-draftI just had a brief review of the code and I compiled the driver since at the moment I had no adapter for that chipset. As a remainder for future improvements/integration most of the code in dma.c, usb.c (except probe/disconnect functions) and tx.c can use the related routines in the mt76-usb layer (we need to fill function pointer for chipset related stuff if there are differences with mt76x2u, not looked yet). Moreover mcu code can use utility routines in usb-mcu.c I have not looked at mt76x2 common code yet.That's my plan. So far I started to unify common mac/wcid code. If someone want to work on some area i.e. dma/tx, usb or mcu, please let me know to do not duplicate work.
I can work on dma/tx/usb stuff since I did it for mt76x2u. I have just a mt7601u adapter for the moment but I guess I can use it that tasks. Regards, Lorenzo
Thanks for review! Stanislaw