Re: [BUG] mt76x0u: Probing issues on Raspberry Pi 3 B+

2019-02-19 Thread Felix Fietkau
On 2019-02-19 11:42, Stanislaw Gruszka wrote: > On Mon, Feb 18, 2019 at 07:52:27PM +0100, Felix Fietkau wrote: >> On 2019-02-18 16:03, Stanislaw Gruszka wrote: >> > On Mon, Feb 18, 2019 at 03:43:26PM +0100, Felix Fietkau wrote: >> >> On 2019-02-18 14:52, Stanislaw

Re: [BUG] mt76x0u: Probing issues on Raspberry Pi 3 B+

2019-02-19 Thread Felix Fietkau
On 2019-02-19 11:59, Stanislaw Gruszka wrote: > On Mon, Feb 18, 2019 at 11:19:40PM +0100, Stefan Wahren wrote: >> Hi, >> >> > Stanislaw Gruszka hat am 18. Februar 2019 um 14:52 >> > geschrieben: >> > >> > >> > On Sat, Feb 16, 2019 at 08:17:07PM +0100, Stefan Wahren wrote: >> > > this is a misu

Re: [BUG] mt76x0u: Probing issues on Raspberry Pi 3 B+

2019-02-18 Thread Felix Fietkau
On 2019-02-18 16:03, Stanislaw Gruszka wrote: > On Mon, Feb 18, 2019 at 03:43:26PM +0100, Felix Fietkau wrote: >> On 2019-02-18 14:52, Stanislaw Gruszka wrote: >> > On Sat, Feb 16, 2019 at 08:17:07PM +0100, Stefan Wahren wrote: >> >> this is a misunderstandin

Re: [BUG] mt76x0u: Probing issues on Raspberry Pi 3 B+

2019-02-18 Thread Felix Fietkau
On 2019-02-18 14:52, Stanislaw Gruszka wrote: > On Sat, Feb 16, 2019 at 08:17:07PM +0100, Stefan Wahren wrote: >> this is a misunderstanding. The warning is about memory alignment to 32 bit >> addresses, not about page alignment. This is a typical ARM restriction. >> Maybe we need to make sure in

[PATCH] usbnet: fix status interrupt urb handling

2013-11-12 Thread Felix Fietkau
errupt urb needs to be re-submitted, so this patch removes the bogus check for netif_running(). Cc: sta...@vger.kernel.org Signed-off-by: Felix Fietkau --- drivers/net/usb/usbnet.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/net/usb/usbnet.c b/drivers/net/usb/usbnet.c ind