Re: [v2,1/2] qtnfmac: lock access to h/w in tx path

2017-09-21 Thread Sergey Matyukevich
> > - these two fixes will show up in wireless-drivers-next at some point > > in the future after you move wireless-drivers-next forward, rebasing > > it on top of one of the upcoming "-rc" > > I would not use the term "rebase" here, as that means rewriting the > history which should be avoided

Re: [v2,1/2] qtnfmac: lock access to h/w in tx path

2017-09-21 Thread Kalle Valo
Sergey Matyukevich writes: > Hello Kalle, > >> > Fix tx path regression. Lock should be held when queuing packets >> > to h/w fifos in order to properly handle configurations with >> > multiple enabled interfaces. >> > >> > Signed-off-by: Sergey Matyukevich

Re: [v2,1/2] qtnfmac: lock access to h/w in tx path

2017-09-21 Thread Sergey Matyukevich
Hello Kalle, > > Fix tx path regression. Lock should be held when queuing packets > > to h/w fifos in order to properly handle configurations with > > multiple enabled interfaces. > > > > Signed-off-by: Sergey Matyukevich > > 2 patches applied to

Re: [v2,1/2] qtnfmac: lock access to h/w in tx path

2017-09-20 Thread Kalle Valo
Sergey Matyukevich wrote: > Fix tx path regression. Lock should be held when queuing packets > to h/w fifos in order to properly handle configurations with > multiple enabled interfaces. > > Signed-off-by: Sergey Matyukevich