Received: by 2002:a05:6a10:6006:0:0:0:0 with SMTP id w6csp1502602pxa; Fri, 28 Aug 2020 14:37:31 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxwITYk7bPmUtwzoQHKpAzlL0L8qHiHH29EQuyUPxJUR475RaIAGn/2UJGf/eDlRytyTX13 X-Received: by 2002:aa7:c983:: with SMTP id c3mr709386edt.383.1598650651217; Fri, 28 Aug 2020 14:37:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1598650651; cv=none; d=google.com; s=arc-20160816; b=NpFKpP56kTw6hIV7gWCALVH94Po9tVZkE98Od1FIBgxf411gIdHRaNLxwK3FOUdUIT /UxNDWFdPV1LOMmI1dzKdk1L9zcPBT7nXnJI/zMfmi/mfzzk7XKweBDJwxMuogmKMHjB L0erubDnPaS6qM1In/Uaj3JQTflqdjNkTAbcaZicxdJZsmfGosqgqioC8X1Lgdc9CUXk vEVPowvtVliDnQfRRAtk+K6ucp21DHn4S1kQWoudpD3NQfDh4+xjCb2MB4VQumP4U80u iusTrnQWueUbJKwIuv/FMlGep0CkNHWoTSbud7555ZN3o8Z9pjLyn0WvNYo5ZQbvlOt8 87pQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:content-disposition :content-transfer-encoding:mime-version:in-reply-to:references:cc :user-agent:date:subject:to:from; bh=SVFxI2O9FO3+ytciwluDTMaWxecShEhPzwJqP76uwvY=; b=NYIeO/osgMsQl5k9ACIaDxqN/iArZ7/ctF7Kr/yz3uDNpEWIrycSUdUw5sNAKmgwnY XRf3W5nNhr2DTYVOm5UmYyKZCu5UFq7z/7JZTSvT4D/SGTKJdNpD6EL3bmQD9hzBYES6 aCSzoxoBYejs7m+M+ly2l5APkpAyz+bq2FK6AX2tVqBsHGLsOgKZBK+hhh2nRAOkU+80 g7BWguF544VZgWLOA+lY94AuW083v8oQbu6kwVPSFmzwUP0ZCLWvEpGNym1M3FpvlYyt qRIZwVGoqel3WYpeMCwc5nHSWsVe+HgPIngX2K5UbtbCPejVMfHSf1iMoTQ2pDXfokpu 6HUg== 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 e6si223315edn.390.2020.08.28.14.37.00; Fri, 28 Aug 2020 14:37:31 -0700 (PDT) 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 S1726873AbgH1VeZ (ORCPT + 99 others); Fri, 28 Aug 2020 17:34:25 -0400 Received: from hosting.gsystem.sk ([212.5.213.30]:32958 "EHLO hosting.gsystem.sk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726033AbgH1VeV (ORCPT ); Fri, 28 Aug 2020 17:34:21 -0400 Received: from [192.168.0.2] (188-167-68-178.dynamic.chello.sk [188.167.68.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hosting.gsystem.sk (Postfix) with ESMTPSA id CF3E37A0188; Fri, 28 Aug 2020 23:34:18 +0200 (CEST) From: Ondrej Zary To: Kalle Valo Subject: Re: [PATCH 12/30] net: wireless: cisco: airo: Fix a myriad of coding style issues Date: Fri, 28 Aug 2020 23:34:15 +0200 User-Agent: KMail/1.9.10 Cc: Jesse Brandeburg , Lee Jones , davem@davemloft.net, kuba@kernel.org, linux-kernel@vger.kernel.org, Benjamin Reed , Javier Achirica , Jean Tourrilhes , "Fabrice Bellet" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org References: <20200814113933.1903438-1-lee.jones@linaro.org> <202008272223.57461.linux@zary.sk> <87lfhz9mdi.fsf@codeaurora.org> In-Reply-To: <87lfhz9mdi.fsf@codeaurora.org> X-KMail-QuotePrefix: > MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <202008282334.15902.linux@zary.sk> Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Friday 28 August 2020 10:59:37 Kalle Valo wrote: > Ondrej Zary writes: > > > On Thursday 27 August 2020 09:49:12 Kalle Valo wrote: > >> Ondrej Zary writes: > >> > >> > On Monday 17 August 2020 20:27:06 Jesse Brandeburg wrote: > >> >> On Mon, 17 Aug 2020 16:27:01 +0300 > >> >> Kalle Valo wrote: > >> >> > >> >> > I was surprised to see that someone was using this driver in 2015, so > >> >> > I'm not sure anymore what to do. Of course we could still just remove > >> >> > it and later revert if someone steps up and claims the driver is still > >> >> > usable. Hmm. Does anyone any users of this driver? > >> >> > >> >> What about moving the driver over into staging, which is generally the > >> >> way I understood to move a driver slowly out of the kernel? > >> > > >> > Please don't remove random drivers. > >> > >> We don't want to waste time on obsolete drivers and instead prefer to > >> use our time on more productive tasks. For us wireless maintainers it's > >> really hard to know if old drivers are still in use or if they are just > >> broken. > >> > >> > I still have the Aironet PCMCIA card and can test the driver. > >> > >> Great. Do you know if the airo driver still works with recent kernels? > > > > Yes, it does. > > Nice, I'm very surprised that so old and unmaintained driver still > works. Thanks for testing. Thanks to great work of all kernel maintainers most of the old drivers still work so Linux users aren't forced to throw away hardware just because it stopped working after a software update. -- Ondrej Zary