Re: [Bug 215129] New: Linux kernel hangs during power down

2021-11-24 Thread Heiner Kallweit
On 25.11.2021 01:46, Jakub Kicinski wrote: > Adding Kalle and Hainer. > > On Wed, 24 Nov 2021 14:45:05 -0800 Stephen Hemminger wrote: >> Begin forwarded message: >> >> Date: Wed, 24 Nov 2021 21:14:53 + >> From: bugzilla-dae...@bugzilla.kernel.org >> To: step...@networkplumber.org >> Subject:

Re: [Bug 215129] New: Linux kernel hangs during power down

2021-11-24 Thread Jakub Kicinski
Adding Kalle and Hainer. On Wed, 24 Nov 2021 14:45:05 -0800 Stephen Hemminger wrote: > Begin forwarded message: > > Date: Wed, 24 Nov 2021 21:14:53 + > From: bugzilla-dae...@bugzilla.kernel.org > To: step...@networkplumber.org > Subject: [Bug 215129] New: Linux kernel hangs during power down

[PATCH v3] ath10k: Fix the MTU size on QCA9377 SDIO

2021-11-24 Thread Fabio Estevam
On an imx6dl-pico-pi board with a QCA9377 SDIO chip, simply trying to connect via ssh to another machine causes: [ 55.824159] ath10k_sdio mmc1:0001:1: failed to transmit packet, dropping: -12 [ 55.832169] ath10k_sdio mmc1:0001:1: failed to submit frame: -12 [ 55.838529] ath10k_sdio

Re: [PATCH] ath10k: Clean the HI_ACS_FLAGS_ALT_DATA_CREDIT_SIZE flag

2021-11-24 Thread Fabio Estevam
Hi Kalle and Wen, On 24/11/2021 05:05, Kalle Valo wrote: Thanks, I was worried it's something like this. One way to solve this would be to add a new field to ath10k_hw_params so that the workaround is done only on QCA9377 SDIO. Thanks for the feedback, appreciate it. I have done as

[PATCH v2] ath10k: Fix the MTU size on QCA9377 SDIO

2021-11-24 Thread Fabio Estevam
On an imx6dl-pico-pi board with a QCA9377 SDIO chip, simply trying to connect via ssh to another machine causes: [ 55.824159] ath10k_sdio mmc1:0001:1: failed to transmit packet, dropping: -12 [ 55.832169] ath10k_sdio mmc1:0001:1: failed to submit frame: -12 [ 55.838529] ath10k_sdio

Re: [PATCH] ath10k: Clean the HI_ACS_FLAGS_ALT_DATA_CREDIT_SIZE flag

2021-11-24 Thread Kalle Valo
Wen Gong writes: > On 11/24/2021 3:46 PM, Kalle Valo wrote: >> Fabio Estevam writes: >> >>> Hi Kalle, >>> >>> On Mon, Nov 15, 2021 at 3:06 PM Fabio Estevam wrote: Hi Kalle, On Wed, Sep 15, 2021 at 1:05 PM Fabio Estevam wrote: > On an imx6dl-pico-pi board with a QCA9377 SDIO