ath10k.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: Wen Gong <wgong@codeaurora.org>
Cc: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org
Subject: Re: [PATCH v6] ath10k: add atomic protection for device recovery
Date: Sat, 12 Dec 2020 04:38:27 +0000 (UTC)	[thread overview]
Message-ID: <20201212043827.CECB4C433CA@smtp.codeaurora.org> (raw)
In-Reply-To: <010101746bead6a0-d5e97c66-dedd-4b92-810e-c2e4840fafc9-000000@us-west-2.amazonses.com>

Wen Gong <wgong@codeaurora.org> wrote:

> When it has more than one restart_work queued meanwhile, the 2nd
> restart_work is very easy to break the 1st restart work and lead
> recovery fail.
> 
> Add a flag to allow only one restart work running untill
> device successfully recovered.
> 
> It already has flag ATH10K_FLAG_CRASH_FLUSH, but it can not use this
> flag again, because it is clear in ath10k_core_start. The function
> ieee80211_reconfig(called by ieee80211_restart_work) of mac80211 do
> many things and drv_start(call to ath10k_core_start) is 1st thing,
> when drv_start complete, it does not mean restart complete. So it
> add new flag and clear it in ath10k_reconfig_complete, because it
> is the last thing called from drv_reconfig_complete of function
> ieee80211_reconfig, after it, the restart process finished.
> 
> Tested-on: QCA6174 hw3.2 SDIO WLAN.RMH.4.4.1-00049
> 
> Signed-off-by: Wen Gong <wgong@codeaurora.org>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

Patch applied to ath-next branch of ath.git, thanks.

5dadbe4e3718 ath10k: add atomic protection for device recovery

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/010101746bead6a0-d5e97c66-dedd-4b92-810e-c2e4840fafc9-000000@us-west-2.amazonses.com/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


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

       reply	other threads:[~2020-12-12  4:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <010101746bead6a0-d5e97c66-dedd-4b92-810e-c2e4840fafc9-000000@us-west-2.amazonses.com>
2020-12-12  4:38 ` Kalle Valo [this message]
2020-09-08  4:13 [PATCH v6] ath10k: add atomic protection for device recovery Wen Gong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201212043827.CECB4C433CA@smtp.codeaurora.org \
    --to=kvalo@codeaurora.org \
    --cc=ath10k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=wgong@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).