Received: by 2002:a05:6358:9144:b0:117:f937:c515 with SMTP id r4csp1685457rwr; Thu, 27 Apr 2023 23:44:52 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ6hYnJsvDoFLYpCmgU5sCSLlTngR26/CosUYeBXX8gktZ2gEphxUXI49Q/3g9aEjnO+Smu9 X-Received: by 2002:a17:903:1c4:b0:1a6:a7d4:7474 with SMTP id e4-20020a17090301c400b001a6a7d47474mr4999392plh.44.1682664292313; Thu, 27 Apr 2023 23:44:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1682664292; cv=none; d=google.com; s=arc-20160816; b=T/FmWj5AnXJsFXII4GWYqOHZ6623r/sNtJsjJiOwZsmX8tp/nIO+MpcnAi5o2in+/X t5VuT/1BfNzthIKCCBfxCUxBHDioTcyBYShEH3aNouI7Qbny5/jHn2iWpkaJ5bVgK+uw EYx0ZLN6Vxmd5RvIZJ4CG3RE1g2hDkBdfBN4vb+ZHBX3YiHMVbdw31i7LYpYkJVAr9MF jjod4e7ylIvlBEtouISZlHqVXTKSpHAIcOkGmRggba5U/7ArmFI6PaJUW5REQmDcKMty 6k7wMVXopLAkulkKVYDcCV5hXmv2E30h6PwX/m8eNAcTEEIejpOkvt86jVVd/+b1/ErL kgZg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=/2c7MjOHwJZPBlQmJg8OXOXTkQYXUsnFwUie1qGAvyI=; b=NxqO+fnkpST9O3ViNxY9OJRtBZPlxt34YMoSBwV59y+zv8ddv915YAB2cIOBsM+vQ2 kcel9iZwtxZRdxofKDyYb4ooarUDE+IymJxB7vv3fPsKAzHG5g9iV3V3uPQfBLEjvsRu jYryxkCeGh6BCeXMBHzCZrCqrYFMQqD9k9FfRv8MaXWDevniC106lU5yqgOLrdz7J9eX HwRvInZyuv3T6TvzuaSz+kfhxKe2aNQrHao2aeoRbqD6HhuOOVrkUUvBhfyxOnVUrwuE j0C0bpk6K3G7tvowwwKJDPaL2M7kUZILS/uyVKrxUWRMxIq1vfEjjduqvLQSRHrVyZKH NwoQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id jh19-20020a170903329300b001a9a87d0c09si4588835plb.496.2023.04.27.23.44.42; Thu, 27 Apr 2023 23:44:52 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345270AbjD1GfB (ORCPT + 62 others); Fri, 28 Apr 2023 02:35:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345142AbjD1Ge7 (ORCPT ); Fri, 28 Apr 2023 02:34:59 -0400 Received: from mail.kevlo.org (mail.kevlo.org [220.134.220.36]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1C0692735 for ; Thu, 27 Apr 2023 23:34:57 -0700 (PDT) Received: from localhost (ns.kevlo.org [local]) by ns.kevlo.org (OpenSMTPD) with ESMTPA id 5130a7f6; Fri, 28 Apr 2023 14:34:54 +0800 (CST) Date: Fri, 28 Apr 2023 14:34:54 +0800 From: Kevin Lo To: Kalle Valo Cc: linux-wireless@vger.kernel.org, Bitterblue Smith , Jes Sorensen , Ping-Ke Shih Subject: Re: [PATCH v2] wifi: rtl8xxxu: 8188f: no need to initialize interrupts Message-ID: References: <87ildgpnsd.fsf@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ildgpnsd.fsf@kernel.org> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_NONE,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Fri, Apr 28, 2023 at 08:40:34AM +0300, Kalle Valo wrote: > > Kevin Lo writes: > > > There's no need to initialize interrupts for RTL8188FTV like the vendor driver. > > > > Signed-off-by: Kevin Lo > > Why do this, what's the benefit? Or is this just a theoretical fix. The > commit log should explain this. If I understand correctly, just like rtw88 usb devices, rtl8xxxu has no hardware interrupt.