Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp342929pxb; Tue, 2 Feb 2021 06:43:29 -0800 (PST) X-Google-Smtp-Source: ABdhPJyhVsvDGDhDbQ4IknPcqJnTnPu862th9z91bvgfHX+worIGs895rkDftnfFWELKxSx3PNEQ X-Received: by 2002:aa7:dace:: with SMTP id x14mr24135462eds.300.1612277009002; Tue, 02 Feb 2021 06:43:29 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612277008; cv=none; d=google.com; s=arc-20160816; b=0mIBdR25kmbCKE4L/0BgYXXc1WzrpSVCPgIGsTaVHUP+1dZey6WW1B9plnXb/11bnP tZ/+seZD2i2r36fifLnx+XX15+wnEqQB5BYMUt4h9vFmATr0Ebi4uyaOkIQrQvnt1btr yMoz7fkM71GKKhdcFmZf/RKii0UagiexDTFHXQ8wdF5lvOqPiruZNln2/AwAXXpr5W1Y lwy2ZTJCYEbrIxn5PSiZPKXnE029Pjy0HhmkCnt5+5TzNRzpe/FBvuNX+KX1LZR4pSsU rwCMOY+nYDXahyPtD12EF3n1YGmTId34/VD75ZnUhhWGlFh2HFzK8mWfqkTSOjJ8L7U+ w3lA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=olPMc31sbUKuKD0LF/hP46XITVXWx6DNZPkXRHrMXpA=; b=RcZcMBnkdJfR7k/YrKLnSD0Ckv+QLefJMnx/pl+UPSnB/duf1ewBfGtenZ/3ac5Wrv FmT428dqJVDGYdaSHdC9Ycpl7TnYf1ybFzic1bS5r/Zv3tC7X/39gg+ARCnekXOpUpjM 04LAUtPqIDQw+6x6vdtZpNbTDv78Q9JMOAIB09IlHkekAtOK61BkmLzRN7HIE9ZKqiWu F9MUM/zrV4r2j07YaVMeeP/r2OTtV015tUjktJDXqeXfKq4UOKjWCUrU/XqyJAceldW0 g9twVTlCrWM08XaMPg+V3I3MbMNvwcvGlB6LC1XN7ztt7nAJnLYgdyWS1PfNgBrdEWM4 gW9g== 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 gn20si12103758ejc.578.2021.02.02.06.42.49; Tue, 02 Feb 2021 06:43:28 -0800 (PST) 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 S234786AbhBBOkg (ORCPT + 99 others); Tue, 2 Feb 2021 09:40:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234706AbhBBOi3 (ORCPT ); Tue, 2 Feb 2021 09:38:29 -0500 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BE8DCC0617AB; Tue, 2 Feb 2021 06:35:12 -0800 (PST) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94) (envelope-from ) id 1l6wlq-00EuEw-9q; Tue, 02 Feb 2021 15:35:10 +0100 From: Johannes Berg To: netdev@vger.kernel.org Cc: linux-wireless@vger.kernel.org Subject: pull-request: mac80211 2021-02-02 Date: Tue, 2 Feb 2021 15:35:04 +0100 Message-Id: <20210202143505.37610-1-johannes@sipsolutions.net> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Hi Jakub, So, getting late, but we have two more fixes - the staging one (acked by Greg) is for a recent regression I had through my tree, and the rate tables one is kind of important for (some) drivers to get proper rate scaling going. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit eb4e8fac00d1e01ada5e57c05d24739156086677: neighbour: Prevent a dead entry from updating gc_list (2021-01-30 11:09:07 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2021-02-02 for you to fetch changes up to 50af06d43eab6b09afc37aa7c8bbf69b14a3b2f7: staging: rtl8723bs: Move wiphy setup to after reading the regulatory settings from the chip (2021-02-01 19:26:10 +0100) ---------------------------------------------------------------- Two fixes: - station rate tables were not updated correctly after association, leading to bad configuration - rtl8723bs (staging) was initializing data incorrectly after the previous fix and needed to move the init later ---------------------------------------------------------------- Felix Fietkau (1): mac80211: fix station rate table updates on assoc Hans de Goede (1): staging: rtl8723bs: Move wiphy setup to after reading the regulatory settings from the chip drivers/staging/rtl8723bs/os_dep/sdio_intf.c | 4 ++-- net/mac80211/driver-ops.c | 5 ++++- net/mac80211/rate.c | 3 ++- 3 files changed, 8 insertions(+), 4 deletions(-)