Received: by 2002:a17:90a:88:0:0:0:0 with SMTP id a8csp144465pja; Fri, 22 Nov 2019 04:39:08 -0800 (PST) X-Google-Smtp-Source: APXvYqzkcvCKfmWNgt5hF1ZP8cFvt1hdx4Z9A7ujb96Qap70lk3E2ps3aNhrUkt3/QHTNkNOGikf X-Received: by 2002:a50:9b1a:: with SMTP id o26mr783091edi.208.1574426348545; Fri, 22 Nov 2019 04:39:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574426348; cv=none; d=google.com; s=arc-20160816; b=X17DzDuuydlsYsvfmYLpGY3guv28ifI8HzpZiQ4WHgUyz19Ujwq9yrMvdjyd9VCjeD JFM/pJb3F7E679eugXtSqwX5FCf/3CDOz8bm/bzfzqL0T8w3zLmRqpkVCC9Ca76u4HBR 49ylIwAJ+OXO2uUBHRnn8bQ53IgaFtOVCRY8RXWWAay9Yl/qW/kXNSD3csJLH0ts5A0h X6W7cgeHxY7BSuvduFv7AD9PWoEgQF+Mj9L+v/TYBf32Ywx4DLKNrQ3+3YfYadMD1q6j yUvIKdEIZdcg7sm1xgAYqc+qnSVqfwLckttZD6nwdH/y0dFoZhUx2EKBJ6okPKd2r65h 20cQ== 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=9+oiE00ZbCNNslCLtjPgXwiJsH3qaj1NCPz/UTSE7jA=; b=jQLfGhJk4tAFCyh4O0lLl2FLNSvXaCzwNQ3IvmPFMTydv6/3E7GzAxkXo+9W/j6V3G 21fVQO19i6JgxEqgJYLS8eb6vveckG/3TJcyfN7DytitnVF3b2XMUC/6eVcQIYH4YSE6 dKp50Zf0P/6e18xcJKrESFi1uF2dVGfBM9uCIBddzNLzdhM4AmMGlMYaN+qf3OghxLg8 KapCmXQ/s3taug1+MpcpWmSR6/Nj7GU1iHbO/pPxpb9CwVSmFBbsORENo5i7e5NzPmj7 mCd5g/AUOmfq0nMrWi4Z31sG3smPCxe8nWE3iT9bfYMwac+oE9MHZ4dGBysVcuTY6IUr hPRg== 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 pv22si4096261ejb.337.2019.11.22.04.38.43; Fri, 22 Nov 2019 04:39:08 -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 S1727394AbfKVMiT (ORCPT + 99 others); Fri, 22 Nov 2019 07:38:19 -0500 Received: from s3.sipsolutions.net ([144.76.43.62]:44790 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726620AbfKVMiT (ORCPT ); Fri, 22 Nov 2019 07:38:19 -0500 Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.92.3) (envelope-from ) id 1iY8CX-0003FD-6f; Fri, 22 Nov 2019 13:38:17 +0100 Message-ID: <85ed0881d0aeecd886b27bd482fa61fa86d96729.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 Pedersen Cc: linux-wireless Date: Fri, 22 Nov 2019 13:38:14 +0100 In-Reply-To: <20191119053538.25979-1-thomas@adapt-ip.com> References: <20191119053538.25979-1-thomas@adapt-ip.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5 (3.30.5-1.fc29) 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 Hi, On Mon, 2019-11-18 at 21:35 -0800, Thomas Pedersen wrote: > This patchset tries to make mac80211 power save testable with the hostap > hwsim tests, and fixes a bug in STA power save. > > Basic tests for AP and STA power save will be submitted to hostap > separately. Cool :) I was going to apply all of these, but then it turned out that the first one causes a bunch of hwsim tests to fail? It seems quite possible that this is just a mac80211 bug somewhere, but I'd want to look at this more closely, so I've dropped it back to "Under Review" in patchwork again. Any thoughts? johannes