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 AE83EC6FA82 for ; Thu, 15 Sep 2022 01:22:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229906AbiIOBW2 (ORCPT ); Wed, 14 Sep 2022 21:22:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36018 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229781AbiIOBW0 (ORCPT ); Wed, 14 Sep 2022 21:22:26 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C73A98C033; Wed, 14 Sep 2022 18:22:25 -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 C0990B81D4B; Thu, 15 Sep 2022 01:22:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 56B1AC433D7; Thu, 15 Sep 2022 01:22:21 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="flNXrxCP" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1663204939; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=oopG4kZfMzNPsMfn9jXYu3UxySFfQWcjRLfeH63couY=; b=flNXrxCPWoPOmNdKRSL1OHDXu8LY8qu2yILGncti0SbcPiI83Si4FPu0ptAKTqPcUFVNXY ijvOXfJuKur7DaP3sCgmpMGU8aGpG1iZ9YM69utqMwJVVs1nE1g7id798Esygpp6iIpOwO cJIrmt2gLhd+Jzsr3kCM0xjltuX8Xp8= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id bc3dab7b (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 15 Sep 2022 01:22:19 +0000 (UTC) Date: Thu, 15 Sep 2022 02:22:15 +0100 From: "Jason A. Donenfeld" To: Bryan O'Donoghue Cc: loic.poulain@linaro.org, kvalo@kernel.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, wcn36xx@lists.infradead.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH v2] wcn36xx: Add RX frame SNR as a source of system entropy Message-ID: References: <20220914212841.1407497-1-bryan.odonoghue@linaro.org> <20220914212841.1407497-2-bryan.odonoghue@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Thu, Sep 15, 2022 at 01:14:08AM +0100, Bryan O'Donoghue wrote: > On 15/09/2022 00:57, Jason A. Donenfeld wrote: > > Won't this break on big endian? Just have an assignment handle it: > > > > Yes but these SoCs are all LE Oh, okay. I thought for some reason that the WCN36xx was just some wifi chip on a variety of old 32bit ARM SoCs (including Nexus 4's MSM8225 with the Cortex-A5?), some of which I assumed could be biarch. I'm probably wrong though. Jason