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 87A637A for ; Fri, 25 Feb 2022 08:57:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D4F44C340E7; Fri, 25 Feb 2022 08:57:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1645779445; bh=xR6IqDOjKYE1cb2LadcxTdEisTybojj0Kg0Fi83FOS8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uYj52SKM3qMuwgA4qUyGogw0Q135TmkkXbishFqaX5sz/+HvLd9HREBl9WreqAknY 0QIdhTkYGMUDyQWJ/mGL3108WDezZFKDuOjgwP/fh3g9y8jgmKukl7dkgdziDDVbeR fUjLrqK8xDVna/yY7b4mo/KEuqyGRS3o85IBVCeI= Date: Fri, 25 Feb 2022 09:57:22 +0100 From: Greg KH To: Larry Finger Cc: Michael Straube , phil@philpotter.co.uk, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] staging: r8188eu: remove 5 GHz channels from ch_freq_map Message-ID: References: <20220220154847.7521-1-straube.linux@gmail.com> <20220220154847.7521-2-straube.linux@gmail.com> <636080dd-ab8d-a572-0f81-5f72b14ec1e4@lwfinger.net> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <636080dd-ab8d-a572-0f81-5f72b14ec1e4@lwfinger.net> On Mon, Feb 21, 2022 at 01:41:22PM -0600, Larry Finger wrote: > On 2/21/22 11:13, Greg KH wrote: > > On Sun, Feb 20, 2022 at 04:48:45PM +0100, Michael Straube wrote: > > > This driver is for chips that operate only in the 2.4 GHz band. > > > > How do we know that? > > > > thanks, > Realtek (https://www.realtek.com/en/products/communications-network-ics/item/rtl8188eus) > states the following: > > "The Realtek RTL8188EUS is an 802.11bgn 2.4G single-chip that integrates > Wireless LAN (WLAN) and a network USB interface (USB 1.0/1.1/2.0 compatible) > controller. It combines a WLAN MAC, a 1T1R capable WLAN baseband, and WLAN > RF in a single chip. The RTL8188EUS provides a complete solution for > high-throughput performance and low power consumption integrated wireless > LAN devices." > > The reason there are 5G snippets in the driver is because Realtek uses the > base code to generate drivers for other chip families such as RTL8192DU that > have radios for both 2.4 and 5G bands. The RTL81288EU and variants have only > a single radio. Ah, ok, that's good to know. And should belong in the changelog text so that we are not confused :) thanks, greg k-h