Re: [PATCH 1/2] mwifiex: resubmit failed to submit RX URBs in main thread

2017-09-20 Thread Kalle Valo
Ganapathi Bhat writes: > From: James Cao > > Current driver has 6 Rx data URBs. Once any packet received > kernel calls our callback, in which the same URB will be > resubmitted after Rx indication. In URB submission function a new > skb will be allocated

[PATCH 1/2] mwifiex: resubmit failed to submit RX URBs in main thread

2017-08-30 Thread Ganapathi Bhat
From: James Cao Current driver has 6 Rx data URBs. Once any packet received kernel calls our callback, in which the same URB will be resubmitted after Rx indication. In URB submission function a new skb will be allocated since the previous one is passed to upper layer (freed