Re: [PATCH 00/11] Add mt76x0 driver

2018-07-20 Thread Lorenzo Bianconi
> On Sat, Jul 07, 2018 at 10:38:27AM +0200, Hans Ulli Kroll wrote: > > > > My integration efforts can be traced here: > > > > https://github.com/sgruszka/wireless-drivers-next/commits/mt76x0-draft > > > > > > > > > > I just had a brief review of the code and I compiled the driver since at > > > t

Re: [PATCH 00/11] Add mt76x0 driver

2018-07-20 Thread Stanislaw Gruszka
On Fri, Jul 20, 2018 at 12:30:32PM +0200, Stanislaw Gruszka wrote: > On Sat, Jul 07, 2018 at 10:38:27AM +0200, Hans Ulli Kroll wrote: > > > > My integration efforts can be traced here: > > > > https://github.com/sgruszka/wireless-drivers-next/commits/mt76x0-draft > > > > > > > > > > I just had a

Re: [PATCH 00/11] Add mt76x0 driver

2018-07-20 Thread Stanislaw Gruszka
On Sat, Jul 07, 2018 at 10:38:27AM +0200, Hans Ulli Kroll wrote: > > > My integration efforts can be traced here: > > > https://github.com/sgruszka/wireless-drivers-next/commits/mt76x0-draft > > > > > > > I just had a brief review of the code and I compiled the driver since at > > the moment I ha

Re: [PATCH 00/11] Add mt76x0 driver

2018-07-07 Thread Hans Ulli Kroll
Hi On Thu, 5 Jul 2018, Lorenzo Bianconi wrote: > On Jul 05, Stanislaw Gruszka wrote: > > Add mt76x0 driver for MT7610U based USB dongles. Currently driver > > support only STA mode. > > Hi Stanislaw, > > > > > mt76x0 is based on Jakub's mt7601u driver already included > > in the kernel. I wou

Re: [PATCH 00/11] Add mt76x0 driver

2018-07-06 Thread Lorenzo Bianconi
On Jul 06, Stanislaw Gruszka wrote: > On Thu, Jul 05, 2018 at 05:32:17PM +0200, Lorenzo Bianconi wrote: > > > My integration efforts can be traced here: > > > https://github.com/sgruszka/wireless-drivers-next/commits/mt76x0-draft > > > > > > > I just had a brief review of the code and I compiled

Re: [PATCH 00/11] Add mt76x0 driver

2018-07-06 Thread Stanislaw Gruszka
On Thu, Jul 05, 2018 at 05:32:17PM +0200, Lorenzo Bianconi wrote: > > My integration efforts can be traced here: > > https://github.com/sgruszka/wireless-drivers-next/commits/mt76x0-draft > > > > I just had a brief review of the code and I compiled the driver since at > the moment I had no adapte

Re: [PATCH 00/11] Add mt76x0 driver

2018-07-05 Thread Lorenzo Bianconi
On Jul 05, Stanislaw Gruszka wrote: > Add mt76x0 driver for MT7610U based USB dongles. Currently driver > support only STA mode. Hi Stanislaw, > > mt76x0 is based on Jakub's mt7601u driver already included > in the kernel. I would like the driver be integrated as part > of mt76 (instead of separ

[PATCH 00/11] Add mt76x0 driver

2018-07-04 Thread Stanislaw Gruszka
Add mt76x0 driver for MT7610U based USB dongles. Currently driver support only STA mode. mt76x0 is based on Jakub's mt7601u driver already included in the kernel. I would like the driver be integrated as part of mt76 (instead of separate driver in mediatek dir like mt7601u) to utilize mt76 code fo