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 50343C001DC for ; Sun, 23 Jul 2023 07:03:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229681AbjGWHD4 (ORCPT ); Sun, 23 Jul 2023 03:03:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40098 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229588AbjGWHDz (ORCPT ); Sun, 23 Jul 2023 03:03:55 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CC89E1BCE for ; Sun, 23 Jul 2023 00:03:53 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6085660C1F for ; Sun, 23 Jul 2023 07:03:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 67B30C433C7; Sun, 23 Jul 2023 07:03:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1690095832; bh=vSr/5ciwX192W3dLVDpb+xCCu49iJ+al2zy7cD3yKNI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JRjHHrcQp9go9w0ewg3M1IzEm7IOvYJh6sR5Ykt/MVLMliiYS0rEj238n8GVY+ztD WmR1L13Lz/rawR7od17hsxv2JwuCakl6VC0b1o2ipInV7HYZrcXk5/uWWP8EfCn+DI ou0fxL8m5/lHEN7sBNwQBK7pl340hT2ldRp3+1Ys= Date: Sun, 23 Jul 2023 09:03:49 +0200 From: Greg KH To: Alan Stern Cc: USB mailing list Subject: Re: Kernel support for wireless USB Message-ID: <2023072350-brethren-unclasp-528f@gregkh> References: <2a21cefa-99a7-497c-901f-3ea097361a80@rowland.harvard.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2a21cefa-99a7-497c-901f-3ea097361a80@rowland.harvard.edu> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Sat, Jul 22, 2023 at 03:29:35PM -0400, Alan Stern wrote: > Greg: > > To what extent does the kernel still support Wireless USB? Is it > supposed to be completely gone? It should be completely gone. > I ask because there's still a bunch of code in the hub.c for it, and the > logic doesn't all look right. Removing it would be easier than trying > to fix it. I didn't do a lot of surgery in removing the wireless code, just dropped the obvious files and config options, so yes, there might be old stuff lurking around that can be removed like this. thanks, greg k-h