Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp2077003ybz; Thu, 30 Apr 2020 10:26:39 -0700 (PDT) X-Google-Smtp-Source: APiQypJx5iCJGZGHp7cczt+lNovsCmhDqBQCE1T9tvRKGoE97HylYE4/k+Nieoh/FVM0ky+UoC47 X-Received: by 2002:a17:906:1502:: with SMTP id b2mr3808866ejd.359.1588267599482; Thu, 30 Apr 2020 10:26:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588267599; cv=none; d=google.com; s=arc-20160816; b=smdS972fTn8RpjhMF4Jic1A5JNXwRhrLLVH6FX7LeCM6vzCRFexqSlBDuM5GcaTzlC QCK/Cx0aQfRetzzyD/82Go+ORzu0mBqfkuL4dTy/TQtSPMDCm0+EDS1ODWQ2Rvr4KgM+ Bmuru0b8vd3kyw6u4ShSx6tUrGu1RhtPlzA8PqgkVnF2Eo+Et64MCYCXm9NGpisp1l2S U79ZhE/jNJ6SBPtJT3aki3VKIekHuyJdXfajQRbZ4hztroXQhzwsvqNlESq+QZ33F204 /4PVzXg3QsITFlX1tZxXjiyjKToegu0/tqOaPILstyXO8VJBbwM2YnryiCM0oA1eu1G1 hLlA== 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 :message-id:date:subject:cc:to:from; bh=O9Gtk6/FArapAUA5+36LTA/q0XITs/5ekL4M+ySZCfg=; b=hm0r5uPAHE9hRhGRtzBpNLKwc7gyA00QiGeJOzMW0ueIzYc6Q/4etouwwZQwFuM2LP zxuTtHxQA0YROhuLGYlTZ6U+jyTJM4uKXO6Ef55vS7Cmnr3xcOfL+q4e8r2ciQLmLjRP BwnUj2mxXhYKbyRbW8IQCtM+QHSnoRbECtCiJ6ryc50fmgZibhw2tAojAzZg3AJRpKCo xvxqCWv9iwpM/4LTSRjqcVuClczPVqN6CgS6mGAwmMT9y1Ka8skemL3oo7endyNfzriZ zwiL0GNikd4PlgxILuNqcRgPT/gW5jOx0IjTtlYBp0RuDYFC3x7RzG5cIdwqnjAQqFSa HMlQ== 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 b10si94785edj.579.2020.04.30.10.26.02; Thu, 30 Apr 2020 10:26:39 -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 S1726394AbgD3RZ7 (ORCPT + 99 others); Thu, 30 Apr 2020 13:25:59 -0400 Received: from mail.adapt-ip.com ([173.164.178.19]:41208 "EHLO web.adapt-ip.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726380AbgD3RZ7 (ORCPT ); Thu, 30 Apr 2020 13:25:59 -0400 Received: from localhost (localhost [127.0.0.1]) by web.adapt-ip.com (Postfix) with ESMTP id 8F1204F80F4; Thu, 30 Apr 2020 17:25:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at web.adapt-ip.com Received: from web.adapt-ip.com ([127.0.0.1]) by localhost (web.adapt-ip.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id GB5s8MxR_FbF; Thu, 30 Apr 2020 17:25:55 +0000 (UTC) Received: from atlas.campbell.adapt-ip.com (gateway.adapt-ip.com [173.164.178.20]) (Authenticated sender: thomas@adapt-ip.com) by web.adapt-ip.com (Postfix) with ESMTPSA id B3EEE4F7A11; Thu, 30 Apr 2020 17:25:55 +0000 (UTC) From: Thomas Pedersen To: Johannes Berg Cc: linux-wireless , Thomas Pedersen Subject: [PATCH v4 0/5] initial S1G defines Date: Thu, 30 Apr 2020 10:25:49 -0700 Message-Id: <20200430172554.18383-1-thomas@adapt-ip.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org This patchset finishes the work to make channels work on a KHz offset, and includes the initial definitions for S1G (802.11ah). These patches on top of wt-2020-04-29 with hostap c54a5e96b505 gives the following hwsim test results: Failed even on retry: fst_dynamic_iface_attach wpas_config_file proxyarp_open_ebtables TOTAL=3532 PASS=3265 FAIL=13 SKIP=251 Which is what we currently expect of HEAD. Changes from v4: - don't use float to print khz frequency - zero out center_freq1_offset if not supplied with center_freq1 Thomas Pedersen (5): cfg80211: add KHz variants of frame RX API nl80211: add KHz frequency offset for most wifi commands nl80211: support scan frequencies in KHz ieee80211: S1G defines nl80211: S1G band and channel definitions include/linux/ieee80211.h | 223 +++++++++++++++++++++++++++++++++++ include/net/cfg80211.h | 71 ++++++++++- include/uapi/linux/nl80211.h | 77 +++++++++--- net/mac80211/chan.c | 7 +- net/mac80211/main.c | 2 + net/mac80211/rx.c | 8 +- net/mac80211/scan.c | 1 + net/mac80211/tx.c | 5 + net/mac80211/util.c | 5 + net/wireless/chan.c | 29 +++++ net/wireless/core.c | 5 +- net/wireless/mlme.c | 8 +- net/wireless/nl80211.c | 140 ++++++++++++++++------ net/wireless/trace.h | 12 +- net/wireless/util.c | 8 ++ 15 files changed, 526 insertions(+), 75 deletions(-) -- 2.20.1