Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp5019658pxv; Wed, 28 Jul 2021 00:47:29 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx9/yKjgumDlsQrSwfbzFC9/jUiE1UljjVE34fpduO7IuvnulXEhbR3qr0ZT4NALi68gqAr X-Received: by 2002:a92:cd8a:: with SMTP id r10mr18480789ilb.287.1627458449276; Wed, 28 Jul 2021 00:47:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1627458449; cv=none; d=google.com; s=arc-20160816; b=u/wS8yp+rrKHfBvoGvwgycLTvsk6wPGiW0mHStIEcTrDvZpV9SLm+OM0bGX+R6UNng IbvKaPY6P8XahBVsp2SKLji5+cMWyPbeih8m8NlnRvuVMALdFwP+XJoJl15SMMmzjqcS cZd9sk44ksXHt3gkIRUhKmn+CU6wHI8iYom5EtAyrELBAykdNdRT8/tYsYHcznhb5Ftw fyCVeZVbuvypvVXx582pq14yem23M7ozYFbXh7pD4IgsQPAh4eZf+mdvSXU5jmGlrMs5 y1nBLuZi2Nqfuf1pIwOF/8oXZLqgQIXOY4jD/ak4cOfNm4dktbzMwJ2eLoBxuylelmZZ bDQw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=5evtHizr40xFxu8ikbB/iBm54H/m0MS93PHEDn4uO/Y=; b=Rm12Ru5r7M4Ytm6kMB7SDuDBsNVX3jCwQOgXVRY7dW+fUaim2ejN5KU1hoq+r6LAdE YlmazekJGr8PfHmC8I65m1x5fhq3XZlb7R2T4ZaLLT+FSV10qj3YzRjF1nwxvdhIExl2 w530oME6Vx+qGSPCRecnXzxNUcLBb7pFifptCpsGurvxJgaSgLXybVBPjXFQUYQxYMKw Rl/zubDCI0PnSuQfRz/yjq9Y4aSZXINDOfiT1KwN9Ewr0t+mvA7IYYhP3KMofiLYicl4 bmml3l6EgDxKLVvwAjRxID03/XIpoLi2OlAFCqm17vYYA89BPKrfULrzWhvVbN+idc0v tZAg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-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 b15si6825009ilv.151.2021.07.28.00.47.15; Wed, 28 Jul 2021 00:47:29 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233469AbhG1HqQ (ORCPT + 99 others); Wed, 28 Jul 2021 03:46:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58468 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232691AbhG1HqO (ORCPT ); Wed, 28 Jul 2021 03:46:14 -0400 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 4BCE3C061757 for ; Wed, 28 Jul 2021 00:46:13 -0700 (PDT) Received: from martin by viti.kaiser.cx with local (Exim 4.89) (envelope-from ) id 1m8eGT-0006hg-9S; Wed, 28 Jul 2021 09:46:05 +0200 Date: Wed, 28 Jul 2021 09:46:05 +0200 From: Martin Kaiser To: Phillip Potter Cc: gregkh@linuxfoundation.org, Larry.Finger@lwfinger.net, dan.carpenter@oracle.com, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev, fabioaiuto83@gmail.com Subject: Re: [PATCH v4 0/6] staging: r8188eu: add newer/better RTL8188eu driver Message-ID: <20210728074605.pp5rs4c65tofnqot@viti.kaiser.cx> References: <20210727232219.2948-1-phil@philpotter.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210727232219.2948-1-phil@philpotter.co.uk> User-Agent: NeoMutt/20170113 (1.7.2) Sender: Martin Kaiser Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Philipp and all, Thus wrote Phillip Potter (phil@philpotter.co.uk): > The driver currently in staging is older and less functional than the > version on Larry Finger's GitHub account, based upon v4.1.4_6773.20130222. > This series of patches therefore: [...] > V4: don't remove old driver now, just mark as deprecated and modify to > allow building alongside the new driver. Basically, you're suggesting to put aside all the fixes and cleanup that was done since the rtl8188eu driver was imported into the kernel tree. The TODO file says - merge Realtek's bugfixes and new features into the driver Why aren't we going down this route? Edimax offer a realtek driver linux_v5.7.6.1_36803.20200602 for rtl8188eu as a .zip file for download on their website https://www.edimax.com/edimax/mw/cufiles/files/download/Driver_Utility/EW-7811Un_V2/EW-7811Un_V2_Linux_Driver_1.0.1.2.zip If we integrate and fix the v4.1.4_6773.20130222 driver, are we running the risk that someone else will come along and propose another replacement? Thanks, Martin