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 E6BC4C433F5 for ; Wed, 23 Mar 2022 12:16:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235553AbiCWMSV (ORCPT ); Wed, 23 Mar 2022 08:18:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235516AbiCWMSU (ORCPT ); Wed, 23 Mar 2022 08:18:20 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EAD927B10B for ; Wed, 23 Mar 2022 05:16:50 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 8E6E1B81E7F for ; Wed, 23 Mar 2022 12:16:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 35F28C340F2; Wed, 23 Mar 2022 12:16:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648037808; bh=9xhilUj75YGBB7PG/yxTwW2TlEI2qA5Aik0yxa9CJxE=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=gaR31ljla2CQjqSjEZ0IDI3R+pBl76nYBH6Ne9RqQYwI2Dqdtk4OzuVtI8J2hG/ws aTbR5MKToqhFCEkks0YRr/hyIwbRKhCI56sorFfxO8vG/LPGgfYuE77+zOGsz/cGWs i0Vs7vuikQaKyVPLNnY3XBeBG6sifKd/Dqs2wED+W1i1SfqVIR5YWSt3tvc/EFOkaj CBfDdngBtV3RfmxomaITNhASPzG6cW2ht/f+7W9q/ytM/3GlwaRPueStvtE5u5gVTU 0p9eZe1Sd6p1WU6ZzXOU6aNlYSkGxIpM5DVTl1rZmRFVPzk4mvd+sCI2dxip8RaKYG XFkx9ZLGbF7AQ== From: Kalle Valo To: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= Cc: Wenli Looi , linux-wireless@vger.kernel.org, ath9k-devel@qca.qualcomm.com Subject: Re: [PATCH 4/6] ath9k: fix ar9003_get_eepmisc References: <20220320233010.123106-1-wlooi@ucalgary.ca> <20220320233010.123106-5-wlooi@ucalgary.ca> <8735j9vww4.fsf@tynnyri.adurom.net> <87v8w4api4.fsf@toke.dk> Date: Wed, 23 Mar 2022 14:16:42 +0200 In-Reply-To: <87v8w4api4.fsf@toke.dk> ("Toke \=\?utf-8\?Q\?H\=C3\=B8iland-J\?\= \=\?utf-8\?Q\?\=C3\=B8rgensen\=22's\?\= message of "Wed, 23 Mar 2022 12:15:47 +0100") Message-ID: <87pmmckgnp.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Toke H=C3=B8iland-J=C3=B8rgensen writes: > Kalle Valo writes: > >> Wenli Looi writes: >> >>> The current implementation is reading the wrong eeprom type. >>> >>> Fixes: d8ec2e ("ath9k: Add an eeprom_ops callback for retrieving >>> the eepmisc value") >>> Signed-off-by: Wenli Looi >> >> The Fixes tag is wrong, I fixed it in the pending branch. > > Ah, oops, my bad for not catching that; thanks for the fixup! :) No worries, I'm using Stephen's script which check that :) --=20 https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatc= hes