Message ID | 20221031205412.124871-1-martin@kaiser.cx |
---|---|
Headers |
Return-Path: <linux-kernel-owner@vger.kernel.org> Delivered-To: ouuuleilei@gmail.com Received: by 2002:a5d:6687:0:0:0:0:0 with SMTP id l7csp2547214wru; Mon, 31 Oct 2022 14:07:22 -0700 (PDT) X-Google-Smtp-Source: AMsMyM7jzDVyZukYtEwwGrChnQZY5EBBGn7kiibnqSDWJh1+jQiKhZuQTq5mjnmUQmVDztCkIeMh X-Received: by 2002:a17:907:2d2c:b0:78d:d289:7efd with SMTP id gs44-20020a1709072d2c00b0078dd2897efdmr15354728ejc.166.1667250442113; Mon, 31 Oct 2022 14:07:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1667250442; cv=none; d=google.com; s=arc-20160816; b=lgZQTbjhrL3bLi+yHLIFtKO/9JZ6TPKCyJy5aIaISNab7AbdNlCxGEgddDYZV6d81L 2hEwJvGf5w8icpcWiGc3wxLMneMic/IKAu6EgCeVHXPzD2/V6KjIgMGvhflPfVuekHQf bbIPwM1tYkr3R/ci1+T+y/3Xs0pZiVuxB9cAz3BsfqIT3VHN/BXIyuzvkoO+FZ9Lwpzn WWRVgj/vDqd5r2/zE/JeKcLSaow7QSbbDPwbrp92/Cj8nQLZYyz9/yvDm8XXulumybll 54v5zIUYozlVbhzpE5yUAKUKF7jqoY1tYZW+bq5PeWdimABOzfA1cuuJidHUucf41W4a 0hGg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=7EgkzJRHqMkzbDQPri/Se8BKawBDLKHt9AqjA/eESbI=; b=GH/T+JS/vaNggEVfPcDgSxUts4+aoavcXMwmQ0zhLI70X85Q52hnqsBOCn7iMZPi41 lIK0EVjBf5l15zvYIkoWz5Pgh63PzI3pG9KscasYUVW9M0nOndYg3dgbisfgfs6PAKzQ YmOvrlVYedMMoSU8xmrxVpSQnceLvjoKNkuMXA9lavKkjzRUelJ860ZXYFom9KQcnIkk eyFT0cMbd78tdgMXlmvrEAQzzCcNIy73kYSqsBEagworl2oPSf6JcpcLihnrvP7CA/nw uc4hj5OL4dY+MI5wYeH8ESsSHF8axSSQiwcSiciFTgjWTFoAXsQUnaLIRCh1OrlI/Ewv BlaA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id a22-20020a170906245600b0078a19032c70si7281347ejb.334.2022.10.31.14.06.56; Mon, 31 Oct 2022 14:07:22 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230163AbiJaUzL (ORCPT <rfc822;kartikey406@gmail.com> + 99 others); Mon, 31 Oct 2022 16:55:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41044 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230058AbiJaUy4 (ORCPT <rfc822;linux-kernel@vger.kernel.org>); Mon, 31 Oct 2022 16:54:56 -0400 Received: from viti.kaiser.cx (viti.kaiser.cx [IPv6:2a01:238:43fe:e600:cd0c:bd4a:7a3:8e9f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4636D12762 for <linux-kernel@vger.kernel.org>; Mon, 31 Oct 2022 13:54:56 -0700 (PDT) Received: from dslb-084-059-234-234.084.059.pools.vodafone-ip.de ([84.59.234.234] helo=martin-debian-2.paytec.ch) by viti.kaiser.cx with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from <martin@kaiser.cx>) id 1opbo3-0006z9-2w; Mon, 31 Oct 2022 21:54:51 +0100 From: Martin Kaiser <martin@kaiser.cx> To: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Larry Finger <Larry.Finger@lwfinger.net>, Phillip Potter <phil@philpotter.co.uk>, Michael Straube <straube.linux@gmail.com>, Pavel Skripkin <paskripkin@gmail.com>, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, Martin Kaiser <martin@kaiser.cx> Subject: [PATCH 0/3] staging: r8188eu: clean up update_recvframe_phyinfo_88e Date: Mon, 31 Oct 2022 21:54:09 +0100 Message-Id: <20221031205412.124871-1-martin@kaiser.cx> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_NONE 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: <linux-kernel.vger.kernel.org> X-Mailing-List: linux-kernel@vger.kernel.org X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1748238799306868003?= X-GMAIL-MSGID: =?utf-8?q?1748238799306868003?= |
Series |
staging: r8188eu: clean up update_recvframe_phyinfo_88e
|
|
Message
Martin Kaiser
Oct. 31, 2022, 8:54 p.m. UTC
Here's three simple cleanups in the update_recvframe_phyinfo_88e function. Martin Kaiser (3): staging: r8188eu: use ether_addr_equal for address comparison staging: r8188eu: use hdr->frame_control instead of fc staging: r8188eu: use ieee80211_get_SA drivers/staging/r8188eu/hal/rtl8188e_rxdesc.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
Comments
On 10/31/22 21:54, Martin Kaiser wrote: > Here's three simple cleanups in the update_recvframe_phyinfo_88e function. > > Martin Kaiser (3): > staging: r8188eu: use ether_addr_equal for address comparison > staging: r8188eu: use hdr->frame_control instead of fc > staging: r8188eu: use ieee80211_get_SA > > drivers/staging/r8188eu/hal/rtl8188e_rxdesc.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150