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 AC0E8C433FE for ; Wed, 16 Nov 2022 09:31:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233265AbiKPJbQ (ORCPT ); Wed, 16 Nov 2022 04:31:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51816 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229826AbiKPJbP (ORCPT ); Wed, 16 Nov 2022 04:31:15 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EEC6812761 for ; Wed, 16 Nov 2022 01:31:14 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 8B96861B36 for ; Wed, 16 Nov 2022 09:31:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 06400C433C1; Wed, 16 Nov 2022 09:31:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668591074; bh=PSpRGTJV0bPPR32LjTRXK7BM0OYVFGwQJenULdOXxp8=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=TnPZbFDMfrQlcCSYIipbdEZPlWOnz4T+h6gjYbIVEOrSa96PmcAX3gZVwNqDofAgf c5/0t9vzMOPz3mjUycy0j01fO6PeafIKv8hsZINkOKxnDDuBnmGObOuTF7SCDK7aqv YWHayPC1NgALodIs+vupL6BxaP+S62SBC4awFn0ONTtZJMDaG8+Dv+qALBEYjmUfoo aOVt0x8m7rzkff/RbnhnYeSX0jr+nc4MHt/Q58xzKe+DqpBU3ikyLCwZmY/WCGfMK/ HfWJMhXRfQFMQpnmOMv1xdrYkMd/JZmb35WUjGy2rjyCnLYdSmtg82ToqkJV+XrMu7 hZ/dmFegnUqwA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH v2 1/3] wifi: rtl8xxxu: Name some bits used in burst init From: Kalle Valo In-Reply-To: References: To: Bitterblue Smith Cc: "linux-wireless@vger.kernel.org" , Jes Sorensen , Ping-Ke Shih User-Agent: pwcli/0.1.1-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <166859107066.16887.10800694299022449182.kvalo@kernel.org> Date: Wed, 16 Nov 2022 09:31:12 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Bitterblue Smith wrote: > Use descriptive names instead of magic numbers. > > Suggested-by: Ping-Ke Shih > Signed-off-by: Bitterblue Smith > Reviewed-by: Ping-Ke Shih 3 patches applied to wireless-next.git, thanks. 486e0315c4a1 wifi: rtl8xxxu: Name some bits used in burst init 9b00565abf3f wifi: rtl8xxxu: Use strscpy instead of sprintf 60d18ddb53ce wifi: rtl8xxxu: Use u32_get_bits in *_identify_chip -- https://patchwork.kernel.org/project/linux-wireless/patch/e7d05bd9-e096-8361-f1b4-3c8b8599a7eb@gmail.com/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches