On 5/6/2022 2:53 AM, Jeff Johnson wrote:
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 onenit: s/cause/because/
Thanks Jeff, will address it in v2.