From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2467AC678D5 for ; Wed, 8 Mar 2023 14:17:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229770AbjCHORf (ORCPT ); Wed, 8 Mar 2023 09:17:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42444 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229482AbjCHORc (ORCPT ); Wed, 8 Mar 2023 09:17:32 -0500 Received: from viti.kaiser.cx (viti.kaiser.cx [IPv6:2a01:238:43fe:e600:cd0c:bd4a:7a3:8e9f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D636446AE for ; Wed, 8 Mar 2023 06:17:30 -0800 (PST) Received: from martin by viti.kaiser.cx with local (Exim 4.89) (envelope-from ) id 1pZube-0008Q3-Q9; Wed, 08 Mar 2023 15:17:26 +0100 Date: Wed, 8 Mar 2023 15:17:26 +0100 From: Martin Kaiser To: Greg Kroah-Hartman Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, patches@lists.linux.dev, Hans de Goede , Larry Finger , Phillip Potter , Pavel Skripkin Subject: Re: [PATCH] staging: r8188eu: delete driver Message-ID: <20230308141726.elehxwjli64oeyru@viti.kaiser.cx> References: <20230308131934.380395-1-gregkh@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230308131934.380395-1-gregkh@linuxfoundation.org> User-Agent: NeoMutt/20170113 (1.7.2) Sender: Martin Kaiser Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, Thus wrote Greg Kroah-Hartman (gregkh@linuxfoundation.org): > Now that the same hardware that the r8188eu driver supported is > supported by the real wireless driver rtl8xxxu, the r8188eu driver can > be deleted. > Also the rtl8xxxu driver supports way more devices, and is a fraction of > the overall size, making this a much better overall solution. > Thanks to the r8188eu developers and maintainers and reviewers over the > years, your work allowed Linux users to use their hardware before the > real driver was implemented properly. > Reported-by: Hans de Goede > Cc: Martin Kaiser > Cc: Larry Finger > Cc: Phillip Potter > Cc: Pavel Skripkin > Signed-off-by: Greg Kroah-Hartman thanks for your time and patience reviewing all the cleanups we submitted. Acked-by: Martin Kaiser Best regards, Martin