Re: [PATCH 2/2] mwifiex: print URB submit failure error after threshold attemtps

2017-09-20 Thread Kalle Valo
Brian Norris writes: > On Wed, Sep 20, 2017 at 07:30:29AM +0300, Kalle Valo wrote: >> Brian Norris writes: >> >> > Hi Ganapathi, >> > >> > On Thu, Sep 14, 2017 at 02:14:24PM +, Ganapathi Bhat wrote: >> >> > On Thu, 2017-08-31 at 01:21

Re: [PATCH 2/2] mwifiex: print URB submit failure error after threshold attemtps

2017-09-20 Thread Brian Norris
Hi Kalle, On Wed, Sep 20, 2017 at 07:30:29AM +0300, Kalle Valo wrote: > Brian Norris writes: > > > Hi Ganapathi, > > > > On Thu, Sep 14, 2017 at 02:14:24PM +, Ganapathi Bhat wrote: > >> > On Thu, 2017-08-31 at 01:21 +0530, Ganapathi Bhat wrote: > >> > Why not use

Re: [PATCH 2/2] mwifiex: print URB submit failure error after threshold attemtps

2017-09-19 Thread Kalle Valo
Brian Norris writes: > Hi Ganapathi, > > On Thu, Sep 14, 2017 at 02:14:24PM +, Ganapathi Bhat wrote: >> > On Thu, 2017-08-31 at 01:21 +0530, Ganapathi Bhat wrote: >> > > @@ -300,9 +300,16 @@ static int mwifiex_usb_submit_rx_urb(struct >> > urb_context *ctx, int

RE: [EXT] Re: [PATCH 2/2] mwifiex: print URB submit failure error after threshold attemtps

2017-09-15 Thread Ganapathi Bhat
Hi Brian, > > Hi Ganapathi, > > On Thu, Sep 14, 2017 at 02:14:24PM +, Ganapathi Bhat wrote: > > > On Thu, 2017-08-31 at 01:21 +0530, Ganapathi Bhat wrote: > > > > Current driver prints dev_alloc_skb failures everytime while > > > > submitting RX URBs. This failure might be frequent in some

Re: [EXT] Re: [PATCH 2/2] mwifiex: print URB submit failure error after threshold attemtps

2017-09-14 Thread Brian Norris
Hi Ganapathi, On Thu, Sep 14, 2017 at 02:14:24PM +, Ganapathi Bhat wrote: > > On Thu, 2017-08-31 at 01:21 +0530, Ganapathi Bhat wrote: > > > Current driver prints dev_alloc_skb failures everytime while > > > submitting RX URBs. This failure might be frequent in some low > > > resource

RE: [EXT] Re: [PATCH 2/2] mwifiex: print URB submit failure error after threshold attemtps

2017-09-14 Thread Ganapathi Bhat
Hi Joe, > On Thu, 2017-08-31 at 01:21 +0530, Ganapathi Bhat wrote: > > Current driver prints dev_alloc_skb failures everytime while > > submitting RX URBs. This failure might be frequent in some low > > resource platforms. So, wait for a threshold failure count before > > start priting the error.

[PATCH 2/2] mwifiex: print URB submit failure error after threshold attemtps

2017-08-30 Thread Ganapathi Bhat
Current driver prints dev_alloc_skb failures everytime while submitting RX URBs. This failure might be frequent in some low resource platforms. So, wait for a threshold failure count before start priting the error. This change is a follow up for the 'commit 7b368e3d15c3 ("mwifiex: resubmit failed