Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp8059761ybl; Thu, 16 Jan 2020 09:57:21 -0800 (PST) X-Google-Smtp-Source: APXvYqx3B50ThotgwTp0yDzXnMfxB/NXg12WEnVaDP3XnWjy8Qhmsc+k8bquRX881xFD68y8JZYu X-Received: by 2002:aca:1a17:: with SMTP id a23mr220894oia.84.1579197441753; Thu, 16 Jan 2020 09:57:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579197441; cv=none; d=google.com; s=arc-20160816; b=EKqd+SrZYkV8bxTjnslZYHlXN6dCieaTcjz6RC7bQL+RTtATiN9gfVNNCQ2kAXhCq2 hWY8RnSwPSmEgV+U7WS/gjI5t4tFbHkjg7KfQeqB+FjcxPlNeKM4vXyKmheNj7Jvjg+3 WrrqhSlArKaLoHQd7KBbAuy8Y0lkyCe2wiclPbTmLGGL2fG9PI3RsaBZpYCyO3jcW2ON I9HsAF7FnLpY8WdJEI9zjLDmhpYFDnmg9k5d0AJ61nkVym2V/Tx2BaNp6m9RRol78SiV ZDpP+tabJIQCBw3cCtWpX4ms9LihAv7OqE8OA39mxwG35khVShOMqj2RXZ22nBBx7iZ9 GWUw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:date:cc:to:from:subject :message-id; bh=7pYA2/QhG3oKxGRygWnO1VEY0BWUvlE7cSiy7WbtgAc=; b=Sn/RElxaIVqd+ibw+7OqDN9GpTToF6v0IpIndlZV65IpAEMHkxVscC9ligSHNOcTo3 5rOz7hlNd43DZxX0z8bOGB2vURtG3xpZ1XV88MYwRZw0wM+DpEY6ESaf0OUl7uDH3o48 F2fIgbNOnZKR38IbpdwBod3ADvFjJorkARszpgQ0zFFUPQstDVvz86wmSAEQZBRWMQJX Z1VcJ6gq6G4rLLxVESl4wi/tCVA1eAN3a9alWZ/4jJ6/n9qJNOEaQn/zT7ZPR5aa6Bwc SLXBuCAEeAz9UpOm5QEf5WFdo4SoSri//zDM4lwSncdsXy58cSSqn0n/2lrLs7VDixg5 NKBg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l11si12063679oie.231.2020.01.16.09.57.10; Thu, 16 Jan 2020 09:57:21 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2394010AbgAPR4m (ORCPT + 99 others); Thu, 16 Jan 2020 12:56:42 -0500 Received: from s3.sipsolutions.net ([144.76.43.62]:34816 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2406059AbgAPR43 (ORCPT ); Thu, 16 Jan 2020 12:56:29 -0500 Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) (envelope-from ) id 1is9Nb-00Ck5J-8p; Thu, 16 Jan 2020 18:56:27 +0100 Message-ID: Subject: Re: [PATCH v2 0/3] fix a STA PS bug and add PS support to mac80211_hwsim From: Johannes Berg To: Thomas Pedersen Cc: linux-wireless Date: Thu, 16 Jan 2020 18:56:26 +0100 In-Reply-To: References: <2b07e86b-9be7-4fc3-ae92-a4f831e585ef@email.android.com> <4c2d7cc81e83238512360903f38e12be16c16ed5.camel@sipsolutions.net> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 (3.34.2-1.fc31) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Thu, 2020-01-16 at 09:54 -0800, Thomas Pedersen wrote: > On 1/15/20 11:54 PM, Johannes Berg wrote: > > On Wed, 2020-01-15 at 23:53 -0800, thomas@adapt-ip.com wrote: > > > > FWIW, I applied your patches yesterday. There was one issue remaining > > > > uncovered by them, but it wasn't actually related to your patches, just > > > > related to the test sending too many frames. I sent a workaround to the > > > > hostap list and also the "mac80211: use more bits for ack_frame_id" to > > > > the kernel to fix that. > > > > > > > > > > But in the v3, no frames should actually be buffered unless power save > > > is explicitly enabled on the STA side. Or is this some rrm specific > > > behavior? > > > > I didn't check whether or not powersave got enabled by default now, I > > sort of assumed it did? But that isn't really bad, almost all real > > devices will have it enabled by default too. > > In v2 powersave was enabled by default, but that broke some test > assumptions (and p2p stuff I don't really understand), so v3 disables it > by default: https://lore.kernel.org/linux-wireless/20200114055940.18502-2-thomas@adapt-ip.com/T/#u Right. Not sure. I bisected the failure to the *next* patch actually, before actually debugging it ... johannes