From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 97DF8523C for ; Sat, 23 Mar 2024 16:23:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711210996; cv=none; b=esJwyAnMggHyFJf7tVFoZs7WycZfamrisomybm7nh59T8GyKfjxtDn0t06Y6EmqNU1jaIXm9QQF1vWXjBfuNVg/RTXFEIj1AX83UO7cDeuKtTmsiL+Xf5PPIQHcxfOxg0rLhEbFT7BN7M8hBL5LHZICbZv1LLSiqpUWWXVXk344= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711210996; c=relaxed/simple; bh=9UYr5Nj4Ht4EBh04/srEX0al8bAefx1T2zllbHfkkio=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=A1cO7WC3+jbFBXp+fOy1puVvOzW25hBev5ddC/y/FIHcNHL/66KglhK3NbpUpUGmVDlX1HnL41gd3/Gz46A62U2uWEWmRkvtzjY0gU91J7uf6Yv1Wgrf9JJqEUGSB7P5Y5yx1yyILXTn3G7BE6rnrcqbBA6EkmpiJkgNqJTiXlk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=uOoPa+J4; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="uOoPa+J4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B81CC433C7; Sat, 23 Mar 2024 16:23:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1711210996; bh=9UYr5Nj4Ht4EBh04/srEX0al8bAefx1T2zllbHfkkio=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uOoPa+J4ggc5tfNcjz9HBi7yIRuZqTVTvk76+CVNyAPxYh5q2++rAQl72okhupBmd nNimh/joyxO5NYx9W3Sy1RNpBzUcIR9BkNq849lAvOa1Q+iAKXHLuumYU+sB5Wxbw7 xA0jXW9gA9DSF/OIxeGC9hyCdMCoM6fInLAGJ4tI= Date: Sat, 23 Mar 2024 17:23:12 +0100 From: Greg KH To: Bitterblue Smith Cc: stable@vger.kernel.org Subject: Re: [PATCH] wifi: rtw88: 8821cu: Fix connection failure Message-ID: <2024032355-liking-calamari-1571@gregkh> References: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Sat, Mar 23, 2024 at 06:18:07PM +0200, Bitterblue Smith wrote: > From: Bitterblue Smith > > [ Upstream commit 605d7c0b05eecb985273b1647070497142c470d3 ] > > Clear bit 8 of REG_SYS_STATUS1 after MAC power on. > > Without this, some RTL8821CU and RTL8811CU cannot connect to any > network: > > Feb 19 13:33:11 ideapad2 kernel: wlp3s0f3u2: send auth to > 90:55:de:__:__:__ (try 1/3) > Feb 19 13:33:13 ideapad2 kernel: wlp3s0f3u2: send auth to > 90:55:de:__:__:__ (try 2/3) > Feb 19 13:33:14 ideapad2 kernel: wlp3s0f3u2: send auth to > 90:55:de:__:__:__ (try 3/3) > Feb 19 13:33:15 ideapad2 kernel: wlp3s0f3u2: authentication with > 90:55:de:__:__:__ timed out > > The RTL8822CU and RTL8822BU out-of-tree drivers do this as well, so do > it for all three types of chips. > > Tested with RTL8811CU (Tenda U9 V2.0). > > Signed-off-by: Bitterblue Smith > Acked-by: Ping-Ke Shih > Signed-off-by: Kalle Valo > Link: https://msgid.link/aeeefad9-27c8-4506-a510-ef9a9a8731a4@gmail.com > --- > drivers/net/wireless/realtek/rtw88/mac.c | 7 +++++++ > 1 file changed, 7 insertions(+) What stable kernel(s) is this to be applied to? thanks, greg k-h