From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f46.google.com (mail-wm1-f46.google.com [209.85.128.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 96818173 for ; Thu, 6 Jan 2022 07:57:29 +0000 (UTC) Received: by mail-wm1-f46.google.com with SMTP id l4so1189553wmq.3 for ; Wed, 05 Jan 2022 23:57:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=fQP2YfUpb4fHqOMssL3eeo2Ym6aNx9vMkOEeNtp9unE=; b=aYNR0bGpAowqlxd/DOt/e+Ls1z7NRf778/koD7Cfa4+aVe7SVH+l8cErlXs82QKLEw Z5qGDZsPuh3rS6h9gfhiFpaAoOT4rU3I3l2iVJicEu1BzGdr90SSsLQMyOsASziVgdgJ YObi8gEoE/VRIabA8frRa8WyJo3Ucx/Mk6bbSP6eOSBwDLlgIvJuiVh63rNzbUkZDAP+ 4LxsmWvV0H7qYyfWTpzUIDFrfSwTp1wY6RxRI9jOwufUZ8uu3M2zh9iuNYJrN8yxv498 seyFX4qcU3HNv0Nn5+u2G2wEro1HFcF5M9s20AFKmkpikZM2Win0JKxgMQUltsO1uEOL 1rZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=fQP2YfUpb4fHqOMssL3eeo2Ym6aNx9vMkOEeNtp9unE=; b=EknaMdcqv89nakwBnl12UvhDAWvjkAxezwtxRC85+ripwncOBuEXo64QqHqMOIwaBM 8vffya2fh5eoFSqghle4LIeskl7Iyuk2h1fA6Codz6joOZap9G/cQgPeAJtCCbbpd4fc t1he0euAl7YPlyRF8xn0hjRND/IonvVhZvp4AMyDot4LF8ufzMf3ipOQfcOV8U9P00Kq Cd8Y9wZN5wF24UTBLi5DY2SHKLw1kbK3GJXj2Sh78cf+st2xOrxOPENwdikwaPwW2v95 +FAMuxIgt997xKB5PiNHAgl5i8kReJ4GYBNKLNWuMpy3Gkvsy8VYeTdfQVRVO9tNYKOM Iw2w== X-Gm-Message-State: AOAM532Nf4sFOja5CFxeYYgnBq7b42umBj4g6Qln9Q5OkYWitRaE9WCd Hm4YQrvSsjlfBcn2zNO5urQ= X-Google-Smtp-Source: ABdhPJxQPpd9VYMQ00wMYZnHD+Ixv+8leGTwWWRu6T1/iyWI3JOX8CMjxO/l4Sh29QcFkIxKIELWbA== X-Received: by 2002:a05:600c:4e4a:: with SMTP id e10mr5838746wmq.15.1641455847995; Wed, 05 Jan 2022 23:57:27 -0800 (PST) Received: from ?IPV6:2a02:8108:96c0:3b88::b8a2? ([2a02:8108:96c0:3b88::b8a2]) by smtp.gmail.com with ESMTPSA id a2sm1556343wri.17.2022.01.05.23.57.27 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 05 Jan 2022 23:57:27 -0800 (PST) Message-ID: <1bc4945c-9087-41dc-1e30-0844e661ed5d@gmail.com> Date: Thu, 6 Jan 2022 08:57:26 +0100 Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 Subject: Re: [PATCH 0/7] staging: r8188eu: clean up tx power arrays Content-Language: en-US To: Martin Kaiser , Greg Kroah-Hartman Cc: Larry Finger , Phillip Potter , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org References: <20220105083426.177128-1-martin@kaiser.cx> From: Michael Straube In-Reply-To: <20220105083426.177128-1-martin@kaiser.cx> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 1/5/22 09:34, Martin Kaiser wrote: > This set removes unused tx power arrays and changes some other arrays from > multidimensional to one-dimensional. > > Martin Kaiser (7): > staging: r8188eu: rfPath is always 0 > staging: r8188eu: make Index24G_CCK_Base a 1-D array > staging: r8188eu: make Index24G_BW40_Base a 1-D array > staging: r8188eu: CCK_24G_Diff is set but not used > staging: r8188eu: BW40_24G_Diff is set but not used > staging: r8188eu: make OFDM_24G_Diff a 1-D array > staging: r8188eu: make BW20_24G_Diff a 1-D array > > .../staging/r8188eu/hal/rtl8188e_hal_init.c | 25 ++++++++----------- > drivers/staging/r8188eu/hal/rtl8188e_phycfg.c | 12 ++++----- > .../staging/r8188eu/include/rtl8188e_hal.h | 10 +++----- > 3 files changed, 20 insertions(+), 27 deletions(-) > For all patches: Acked-by: Michael Straube