Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp1641749pxb; Mon, 12 Apr 2021 03:12:25 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzYtYjw3bS/S/d3+t3ijPsC81VjaTfXHoRUT7uCmaXVSxTP2272en9nXn43Mbte/Cu2AVnB X-Received: by 2002:a50:ee85:: with SMTP id f5mr25608862edr.203.1618222345117; Mon, 12 Apr 2021 03:12:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618222345; cv=none; d=google.com; s=arc-20160816; b=aGWtsuLSh8aro4E/V/FqtLKeZx+pvi+zpGrlWxWaZI5zzeaCZIVnEzw0dquG0Ow2aE RHPG11gwAmQtieeAb/aqWkaYs+QVOHJia4LRR2r+aTj5t0kGm35QF5h31sOPJDfrmze+ f4iXPVp3XFVuvU06DeBGJPFRX9+tPcz6NsoWBbhD0fkhm7//EA7VUdZbWyXF1f62GSDi UBWbB8L6ekHHm2bU8iviifTjbsMO2SwSCqpKApzlNpw2E/7ZgVqZqSeFju2VJ2TJ8Z/Y q18+fanE2RvHp64nXhT2x/qnVJFPoSNFLT9B1EWYbWWYg6vrL5I8D2qwNouXfcuvyibH P6cg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:subject:date:message-id:user-agent:cc:to :references:in-reply-to:from:content-transfer-encoding:mime-version; bh=e3O6N73GV0fSmpULf9/iBVvmM5nwvKdEyH6g6ZtUeWc=; b=TdIt7Wfg3K4ZPXmtnnzpeMS/wyRjhkSVRUG6AQAJcKvVmyRFjE3GJJFhR5u3QnOEaq BT84xEL+/018rMS35OswD42vaBJmi6BaLPL74LyU3vcqH3EoALFOS/SRTttplV+k8CGE z9Unjcgx9f1bXLbhRcx/mA1jzmxl5mTtI/VT519OzrB5+HIhT0jOyEkN+zmxMsLoE7+Q ST9lJprLLgtTo8FQ87+nq+I11a5x6scENyc2LTD7SFrAonQ8R1hmeU52Z7nD45F2miUv Bcq+W155Upd1DkKoRSBk8ZU2GaSs/NGbmR8jxxbpFja6PZV8CvGWEBhk2pJHwgTh+ySb xkzQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id bc15si7617351edb.552.2021.04.12.03.11.59; Mon, 12 Apr 2021 03:12:25 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237523AbhDLKME (ORCPT + 99 others); Mon, 12 Apr 2021 06:12:04 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:44582 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S238630AbhDLKKV (ORCPT ); Mon, 12 Apr 2021 06:10:21 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=kveik.lan) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lVtW2-000KvW-KU; Mon, 12 Apr 2021 13:10:00 +0300 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Luca Coelho In-Reply-To: References: To: Luca Coelho Cc: kvalo@codeaurora.org, linux-wireless@vger.kernel.org User-Agent: pwcli/0.1.0-git (https://github.com/kvalo/pwcli/) Python/3.9.2 Message-Id: Date: Mon, 12 Apr 2021 13:09:59 +0300 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on farmhouse.coelho.fi X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, TVD_RCVD_IP autolearn=ham autolearn_force=no version=3.4.5-pre1 Subject: Re: [PATCH 01/12] iwlwifi: mvm: enable TX on new CSA channel before disconnecting Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Luca Coelho wrote: > From: Sara Sharon > > When moving to the new channel, we block TX until we hear the > first beacon. if it is not heard, we proceed to disconnect. > Since TX is blocked (without mac80211 being aware of it) the frame > is stuck, resulting with queue hang. > > Instead, reenable TX before reporting on the connection loss. > As we are on the new channel, there is no problem with that, > even if the original CSA had quiet mode. > > Signed-off-by: Sara Sharon > Signed-off-by: Luca Coelho 12 patches applied to iwlwifi-next.git, thanks. 89155fd1be13 iwlwifi: mvm: enable TX on new CSA channel before disconnecting 9c1d5a542af4 iwlwifi: pcie: avoid unnecessarily taking spinlock 15067411ad2f iwlwifi: pcie: normally grab NIC access for inflight-hcmd b060bcc81557 iwlwifi: mvm: don't allow CSA if we haven't been fully associated 0c845f9c9584 iwlwifi: pcie: Add support for Bz Family 2d23d815f958 iwlwifi: change step in so-gf struct cb10926a0a13 iwlwifi: change name to AX 211 and 411 family b1d5eb429c8d iwlwifi: add 160Mhz to killer 1550 name 8b06b7eda055 iwlwifi: pcie: clear only FH bits handle in the interrupt 77c07024bd4c iwlwifi: pcie: make cfg vs. trans_cfg more robust 0c5de88265be iwlwifi: mvm: support range request command version 12 1d558311f67a iwlwifi: mvm: responder: support responder config command version 8