Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp7491739ybl; Thu, 16 Jan 2020 00:08:58 -0800 (PST) X-Google-Smtp-Source: APXvYqwV5un54BFXR3ij4wpGCWERot8GteUSbbauZc0arebnF89J53ssw5kVgUOhK4+VaSKXeAnS X-Received: by 2002:a05:6830:1042:: with SMTP id b2mr1044881otp.306.1579162138298; Thu, 16 Jan 2020 00:08:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579162138; cv=none; d=google.com; s=arc-20160816; b=ftJziOA/1Ud8dt/i6eu6gkyixU3v8zPbSQkjfU7JrNYbCtFO2pY3x1r4GRqMGUdXy4 ok9XRQSy2cgdoCcKiiWCzvxZAalkECCVhmKWjNv+qqHc+B0YaJ4xJkU0YPfIHynCfNkQ fmsQ8V3sbz7rAVdc76gLt9WrNaZ0Gp+0h+7hWeCN5uB/LB7DsZS8iDl9b0aI9Cjx3Wd7 cCCgjfoXMW7bLHGaHH4+4VyKT2kIEW6yibIMAg0tt3xnwYKiECouJruSSneHqENWn0AT T6kC9tH4vC35kwZQzsRfqnYdC3IbN04NYNeKuRs6ozwALis7gLuzH+xG74RqUekkBKNq rrcw== 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=LiTNU/EEONgRppg0M1NQyKfTdlodOPjaRcisvxpk4rg=; b=FxhNbcsOSQPIp256qZy5V2M9ZGP+XuFv2qwajRy86ffEKMShSE037BfpS8ElnvnyMW E/n/wXN95NkuNgHcF1FKM+FjkSocxOrmj8mGAnaPwK/DGT8oE94U+5MmZausgOyDOd5v HzNe967klECpyAE1zC5eGT3Ru8izLIlDNymQ8RZ0Eh9F+lbw482OLfHOpOt1vEDjXVUb a9UBZovIJuomMShCgCjVBD2UQbT3JJgxNmK6i/ZZiwmkw5jEq3NdcSv9HEIvnVa4M7/7 fzOfYV5vCQ/t+m4bALCUQ785CPM3GLs2QFkFNwY+PTbl1ZeTDyFdk+HWd93EJhq+yuEj w7vQ== 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 p24si328804otq.194.2020.01.16.00.08.38; Thu, 16 Jan 2020 00:08:58 -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 S1729427AbgAPHyy (ORCPT + 99 others); Thu, 16 Jan 2020 02:54:54 -0500 Received: from s3.sipsolutions.net ([144.76.43.62]:48182 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726369AbgAPHyy (ORCPT ); Thu, 16 Jan 2020 02:54:54 -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 1irzzQ-00BVLo-EK; Thu, 16 Jan 2020 08:54:52 +0100 Message-ID: <4c2d7cc81e83238512360903f38e12be16c16ed5.camel@sipsolutions.net> Subject: Re: [PATCH v2 0/3] fix a STA PS bug and add PS support to mac80211_hwsim From: Johannes Berg To: thomas@adapt-ip.com Cc: linux-wireless Date: Thu, 16 Jan 2020 08:54:51 +0100 In-Reply-To: <2b07e86b-9be7-4fc3-ae92-a4f831e585ef@email.android.com> References: <2b07e86b-9be7-4fc3-ae92-a4f831e585ef@email.android.com> 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 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. johannes