mbox series

[v3,0/2] start recovery process when payload length overflow for sdio

Message ID 20191231092806.6247-1-wgong@codeaurora.org (mailing list archive)
Headers show
Series start recovery process when payload length overflow for sdio | expand

Message

Wen Gong Dec. 31, 2019, 9:28 a.m. UTC
when it happened payload length exceeds max htc length, start recovery process

v3: change atomic_inc_and_test to atomic_add_return, remove check of ATH10K_STATE_ON

v2: add "add refcount for ath10k_core_restart" and remove ar_sdio->can_recovery

Wen Gong (2):
  ath10k: add refcount for ath10k_core_restart
  ath10k: start recovery process when payload length exceeds max htc
    length for sdio

 drivers/net/wireless/ath/ath10k/core.c | 8 ++++++++
 drivers/net/wireless/ath/ath10k/core.h | 2 ++
 drivers/net/wireless/ath/ath10k/mac.c  | 1 +
 drivers/net/wireless/ath/ath10k/sdio.c | 4 ++++
 4 files changed, 15 insertions(+)

Comments

Wen Gong Jan. 8, 2020, 3:23 a.m. UTC | #1
> -----Original Message-----
> From: ath10k <ath10k-bounces@lists.infradead.org> On Behalf Of Wen Gong
> Sent: Tuesday, December 31, 2019 5:28 PM
> To: ath10k@lists.infradead.org
> Cc: linux-wireless@vger.kernel.org
> Subject: [EXT] [PATCH v3 0/2] start recovery process when payload length
> overflow for sdio
>

V4 sent:
https://patchwork.kernel.org/cover/11322579/
https://patchwork.kernel.org/patch/11322581/
https://patchwork.kernel.org/patch/11322583/

> _______________________________________________
> ath10k mailing list
> ath10k@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/ath10k