All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Johnson <quic_jjohnson@quicinc.com>
To: Baochen Qiang <quic_bqiang@quicinc.com>, <ath11k@lists.infradead.org>
Cc: <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH 2/3] ath11k: Don't check arvif->is_started before sending management frames
Date: Thu, 5 May 2022 11:53:37 -0700	[thread overview]
Message-ID: <70b3bf3f-4b34-149a-ce1c-a8e857c6a3ac@quicinc.com> (raw)
In-Reply-To: <20220505013851.1548789-3-quic_bqiang@quicinc.com>

On 5/4/2022 6:38 PM, Baochen Qiang wrote:
> Commit 66307ca04057 ("ath11k: fix mgmt_tx_wmi cmd sent to FW for
> deleted vdev") wants both of below two conditions are true before
> sending management frames:
> 
> 1: ar->allocated_vdev_map & (1LL << arvif->vdev_id)
> 2: arvif->is_started
> 
> Actually the second one is not necessary cause with the first one

nit: s/cause/because/


WARNING: multiple messages have this Message-ID (diff)
From: Jeff Johnson <quic_jjohnson@quicinc.com>
To: Baochen Qiang <quic_bqiang@quicinc.com>, <ath11k@lists.infradead.org>
Cc: <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH 2/3] ath11k: Don't check arvif->is_started before sending management frames
Date: Thu, 5 May 2022 11:53:37 -0700	[thread overview]
Message-ID: <70b3bf3f-4b34-149a-ce1c-a8e857c6a3ac@quicinc.com> (raw)
In-Reply-To: <20220505013851.1548789-3-quic_bqiang@quicinc.com>

On 5/4/2022 6:38 PM, Baochen Qiang wrote:
> Commit 66307ca04057 ("ath11k: fix mgmt_tx_wmi cmd sent to FW for
> deleted vdev") wants both of below two conditions are true before
> sending management frames:
> 
> 1: ar->allocated_vdev_map & (1LL << arvif->vdev_id)
> 2: arvif->is_started
> 
> Actually the second one is not necessary cause with the first one

nit: s/cause/because/


-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

  reply	other threads:[~2022-05-05 18:53 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-05  1:38 [PATCH 0/3] ath11k: Add support for Passpoint Baochen Qiang
2022-05-05  1:38 ` Baochen Qiang
2022-05-05  1:38 ` [PATCH 1/3] ath11k: Implement remain-on-channel support Baochen Qiang
2022-05-05  1:38   ` Baochen Qiang
2022-05-05  1:38 ` [PATCH 2/3] ath11k: Don't check arvif->is_started before sending management frames Baochen Qiang
2022-05-05  1:38   ` Baochen Qiang
2022-05-05 18:53   ` Jeff Johnson [this message]
2022-05-05 18:53     ` Jeff Johnson
2022-05-06  1:31     ` Baochen Qiang
2022-05-06  1:31       ` Baochen Qiang
2022-05-05  1:38 ` [PATCH 3/3] ath11k: Designating channel frequency when " Baochen Qiang
2022-05-05  1:38   ` Baochen Qiang

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=70b3bf3f-4b34-149a-ce1c-a8e857c6a3ac@quicinc.com \
    --to=quic_jjohnson@quicinc.com \
    --cc=ath11k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=quic_bqiang@quicinc.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.