[PATCH] mac80211: Store max_mtu in ieee80211_hw

2019-09-03 Thread Wen Gong
Make it possibly for drivers to adjust the default mat_mtu by storing it in the hardware struct. Signed-off-by: Wen Gong --- include/net/mac80211.h | 3 +++ net/mac80211/iface.c | 5 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/include/net/mac80211.h b/include/net/mac802

RE: [PATCH 2/7] ath10k: change max RX bundle size from 8 to 32 for sdio

2019-09-03 Thread Wen Gong
> -Original Message- > From: Dave Taht > Sent: Wednesday, September 4, 2019 12:10 AM > To: Wen Gong ; ath10k@lists.infradead.org; > linux-wirel...@vger.kernel.org > Subject: [EXT] Re: [PATCH 2/7] ath10k: change max RX bundle size from 8 to > 32 for sdio > > > In terms of deeply grokking

RE: [PATCH v3 8/8] ath10k: enable napi on RX path for sdio

2019-09-03 Thread Wen Gong
> -Original Message- > From: ath10k On Behalf Of Nicolas > Boichat > Sent: Friday, August 30, 2019 11:20 AM > To: Wen Gong > Cc: open list:NETWORKING DRIVERS (WIRELESS) wirel...@vger.kernel.org>; ath10k@lists.infradead.org > Subject: [EXT] Re: [PATCH v3 8/8] ath10k: enable napi on RX pat

RE: [PATCH v3 7/8] ath10k: enable alt data of TX path for sdio

2019-09-03 Thread Wen Gong
> -Original Message- > From: ath10k On Behalf Of Wen Gong > Sent: Wednesday, August 28, 2019 9:16 PM > To: ath10k@lists.infradead.org > Cc: linux-wirel...@vger.kernel.org > Subject: [EXT] [PATCH v3 7/8] ath10k: enable alt data of TX path for sdio > Patch v4 sent, https://patchwork.kernel.

RE: [PATCH v3 6/8] ath10k: add htt TX bundle for sdio

2019-09-03 Thread Wen Gong
> -Original Message- > From: ath10k On Behalf Of Wen Gong > Sent: Wednesday, August 28, 2019 9:16 PM > To: ath10k@lists.infradead.org > Cc: linux-wirel...@vger.kernel.org > Subject: [EXT] [PATCH v3 6/8] ath10k: add htt TX bundle for sdio > Patch v4 sent, https://patchwork.kernel.org/patch

RE: [PATCH v3 5/8] ath10k: disable TX complete indication of htt for sdio

2019-09-03 Thread Wen Gong
> -Original Message- > From: ath10k On Behalf Of Wen Gong > Sent: Wednesday, August 28, 2019 9:16 PM > To: ath10k@lists.infradead.org > Cc: linux-wirel...@vger.kernel.org > Subject: [EXT] [PATCH v3 5/8] ath10k: disable TX complete indication of htt > for sdio Patch v4 sent, https://patchwo

RE: [PATCH v3 4/8] ath10k: add workqueue for RX path of sdio

2019-09-03 Thread Wen Gong
> -Original Message- > From: ath10k On Behalf Of Wen Gong > Sent: Wednesday, August 28, 2019 9:16 PM > To: ath10k@lists.infradead.org > Cc: linux-wirel...@vger.kernel.org > Subject: [EXT] [PATCH v3 4/8] ath10k: add workqueue for RX path of sdio > Patch v4 sent, https://patchwork.kernel.or

RE: [PATCH v3 3/8] ath10k: change max RX bundle size from 8 to 32 for sdio

2019-09-03 Thread Wen Gong
> -Original Message- > From: ath10k On Behalf Of Nicolas > Boichat > Sent: Friday, August 30, 2019 11:11 AM > To: Wen Gong > Cc: open list:NETWORKING DRIVERS (WIRELESS) wirel...@vger.kernel.org>; ath10k@lists.infradead.org > Subject: [EXT] Re: [PATCH v3 3/8] ath10k: change max RX bundle

RE: [PATCH v4 3/8] ath10k: change max RX bundle size from 8 to 32 for sdio

2019-09-03 Thread Wen Gong
> -Original Message- > From: ath10k On Behalf Of Wen Gong > Sent: Monday, September 2, 2019 5:22 PM > To: ath10k@lists.infradead.org > Cc: linux-wirel...@vger.kernel.org > Subject: [EXT] [PATCH v4 3/8] ath10k: change max RX bundle size from 8 to > 32 for sdio > Patch v4 sent, https://patc

RE: [PATCH v3 2/8] ath10k: enable RX bundle receive for sdio

2019-09-03 Thread Wen Gong
> -Original Message- > From: ath10k On Behalf Of Wen Gong > Sent: Wednesday, August 28, 2019 9:16 PM > To: ath10k@lists.infradead.org > Cc: linux-wirel...@vger.kernel.org > Subject: [EXT] [PATCH v3 2/8] ath10k: enable RX bundle receive for sdio > Patch v4 sent, https://patchwork.kernel.or

RE: [PATCH v3 2/8] ath10k: enable RX bundle receive for sdio

2019-09-03 Thread Wen Gong
> -Original Message- > From: ath10k On Behalf Of Wen Gong > Sent: Wednesday, August 28, 2019 9:16 PM > To: ath10k@lists.infradead.org > Cc: linux-wirel...@vger.kernel.org > Subject: [EXT] [PATCH v3 2/8] ath10k: enable RX bundle receive for sdio > Patch v4 sent, https://patchwork.kernel.or

RE: [PATCH v3 1/8] ath10k: adjust skb length in ath10k_sdio_mbox_rx_packet

2019-09-03 Thread Wen Gong
> -Original Message- > From: ath10k On Behalf Of Wen Gong > Sent: Wednesday, August 28, 2019 9:16 PM > To: ath10k@lists.infradead.org > Cc: linux-wirel...@vger.kernel.org > Subject: [EXT] [PATCH v3 1/8] ath10k: adjust skb length in > ath10k_sdio_mbox_rx_packet > Patch v4 sent, https://pat

RE: [PATCH 7/7] ath10k: enable napi on RX path for sdio

2019-09-03 Thread Wen Gong
> -Original Message- > From: ath10k On Behalf Of Wen Gong > Sent: Tuesday, August 20, 2019 7:55 PM > To: ath10k@lists.infradead.org > Cc: linux-wirel...@vger.kernel.org > Subject: [EXT] [PATCH 7/7] ath10k: enable napi on RX path for sdio > Patch v2 sent, https://patchwork.kernel.org/patch

RE: [PATCH 6/7] ath10k: enable alt data of TX path for sdio

2019-09-03 Thread Wen Gong
> -Original Message- > From: ath10k On Behalf Of Wen Gong > Sent: Tuesday, August 20, 2019 7:55 PM > To: ath10k@lists.infradead.org > Cc: linux-wirel...@vger.kernel.org > Subject: [EXT] [PATCH 6/7] ath10k: enable alt data of TX path for sdio > Patch v2 sent, https://patchwork.kernel.org/p

RE: [PATCH 5/7] ath10k: add htt TX bundle for sdio

2019-09-03 Thread Wen Gong
> -Original Message- > From: ath10k On Behalf Of Wen Gong > Sent: Tuesday, August 20, 2019 7:55 PM > To: ath10k@lists.infradead.org > Cc: linux-wirel...@vger.kernel.org > Subject: [EXT] [PATCH 5/7] ath10k: add htt TX bundle for sdio > Patch v2 sent, https://patchwork.kernel.org/patch/

RE: [PATCH 4/7] ath10k: disable TX complete indication of htt for sdio

2019-09-03 Thread Wen Gong
> -Original Message- > From: ath10k On Behalf Of Wen Gong > Sent: Tuesday, August 20, 2019 7:55 PM > To: ath10k@lists.infradead.org > Cc: linux-wirel...@vger.kernel.org > Subject: [EXT] [PATCH 4/7] ath10k: disable TX complete indication of htt for > sdio > Patch v2 sent, https://patchwork

RE: [PATCH 3/7] ath10k: add workqueue for RX path of sdio

2019-09-03 Thread Wen Gong
> -Original Message- > From: ath10k On Behalf Of Wen Gong > Sent: Tuesday, August 20, 2019 7:55 PM > To: ath10k@lists.infradead.org > Cc: linux-wirel...@vger.kernel.org > Subject: [EXT] [PATCH 3/7] ath10k: add workqueue for RX path of sdio > Patch v2 sent, https://patchwork.kernel.org/pat

Re: problems with a 9377 based SDIO module

2019-09-03 Thread Erik Stromdahl
Hi Greg, On 9/3/19 1:37 PM, Greg Ungerer wrote: Hi Erik, On 2/9/19 4:58 pm, Greg Ungerer wrote: On 1/9/19 12:49 am, Erik Stromdahl wrote: On 8/30/19 4:52 PM, Greg Ungerer wrote: On 29/8/19 4:33 pm, Greg Ungerer wrote: I have a Compex WSD377 WiFi module with SDIO interface on a new iMX6 base

Re: [PATCH 2/7] ath10k: change max RX bundle size from 8 to 32 for sdio

2019-09-03 Thread Dave Taht
In terms of deeply grokking what increasing buffering to achieve high bandwidth on a testbench, vs what it can do to clobber latency in the real world at low bandwidths, I tend to point folk at: https://www.youtube.com/watch?v=Rb-UnHDw02o&t=25m40s where I got a whole bunch of hackers to stand u

Re: [PATCH 2/2] Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe

2019-09-03 Thread Kalle Valo
Hui Peng wrote: > The `ar_usb` field of `ath10k_usb_pipe_usb_pipe` objects > are initialized to point to the containing `ath10k_usb` object > according to endpoint descriptors read from the device side, as shown > below in `ath10k_usb_setup_pipe_resources`: > > for (i = 0; i < iface_desc->desc.b

Re: [PATCH 2/2] Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe

2019-09-03 Thread Kalle Valo
Hui Peng wrote: > The `ar_usb` field of `ath10k_usb_pipe_usb_pipe` objects > are initialized to point to the containing `ath10k_usb` object > according to endpoint descriptors read from the device side, as shown > below in `ath10k_usb_setup_pipe_resources`: > > for (i = 0; i < iface_desc->desc.b

Re: problems with a 9377 based SDIO module

2019-09-03 Thread Greg Ungerer
Hi Erik, On 2/9/19 4:58 pm, Greg Ungerer wrote: On 1/9/19 12:49 am, Erik Stromdahl wrote: On 8/30/19 4:52 PM, Greg Ungerer wrote: On 29/8/19 4:33 pm, Greg Ungerer wrote: I have a Compex WSD377 WiFi module with SDIO interface on a new iMX6 based platform. I am trying to get the module going bu

Re: [PATCH v4 1/8] ath10k: adjust skb length in ath10k_sdio_mbox_rx_packet

2019-09-03 Thread Nicolas Boichat
Kalle: Can you please help prioritize the review and merge of this patch? This is quite a serious regression (the rest of the series is performance improvement and probably a little less urgent). On Mon, Sep 2, 2019 at 5:22 PM Wen Gong wrote: > > From: Nicolas Boichat > > When the FW bundles mul