Re: mwifiex: Fix invalid port issue

2017-04-13 Thread Kalle Valo
port flag for tx/rx single > packet") > Signed-off-by: Ganapathi Bhat <gb...@marvell.com> Patch applied to wireless-drivers-next.git, thanks. ecd7eb7c2bcf mwifiex: Fix invalid port issue -- https://patchwork.kernel.org/patch/9660845/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

RE: [EXT] Re: mwifiex: Fix invalid port issue

2017-04-05 Thread Ganapathi Bhat
> From: Kalle Valo [mailto:kv...@codeaurora.org] > Sent: Wednesday, April 05, 2017 4:22 PM > To: Ganapathi Bhat > Cc: linux-wireless@vger.kernel.org; Cathy Luo; Nishant Sarmukadam; > Ganapathi Bhat > Subject: [EXT] Re: mwifiex: Fix invalid port issue > > Ganapathi Bhat &

Re: mwifiex: Fix invalid port issue

2017-04-05 Thread Kalle Valo
Ganapathi Bhat wrote: > We have to use start port, for TX/RX of single packet, > instead of current aggregating port. This will fix SDIO > CMD53(TX/RX) returning -ETIMEDOUT and halting the data path. > > fixes: 0cb52aac4 ('mwifiex: do not set multiport flag for tx/rx single >

[PATCH] mwifiex: Fix invalid port issue

2017-04-03 Thread Ganapathi Bhat
We have to use start port, for TX/RX of single packet, instead of current aggregating port. This will fix SDIO CMD53(TX/RX) returning -ETIMEDOUT and halting the data path. fixes: 0cb52aac4 ('mwifiex: do not set multiport flag for tx/rx single packet') Signed-off-by: Ganapathi Bhat