From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lf1-f50.google.com (mail-lf1-f50.google.com [209.85.167.50]) (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 BA5B47474 for ; Tue, 10 Jan 2023 18:13:46 +0000 (UTC) Received: by mail-lf1-f50.google.com with SMTP id j17so19781411lfr.3 for ; Tue, 10 Jan 2023 10:13:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=dCZf2WBtLOTzXQBQ7XL3tPVhljw9HN1j93u/AI/ooGU=; b=hsGwcxLTBy8JsyzvX7SpW1KxU3v3zO7ly8b3RA7P15lyLvkkDS0PZRlQqLRCevWKZf y2u8Nca0SKXw8ajqOT2FcKja3Lv8ou3Trbkacp5C3noLb4QXdgI3u4dwTcYa+OKboPMV 4bx65BnpIuzjLdi29q554zSyH/01IyRASWA6OESbSaDgSyc+khb4XGE6dt1/IdyIVidG oyEH5W8gyC0+grXRzmsYSVOu8Uvlq6BisrFoFw+4Y5Lg4EcF1x93az0ZEYsBOxynG2nI yNSA6Vuox2sHbvjxH3aQxl91zD4AlEPn2nq4s/Xqt9xlqpUHhHx/aeGkdnF5ZrvqmnnY s1fA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=dCZf2WBtLOTzXQBQ7XL3tPVhljw9HN1j93u/AI/ooGU=; b=L8KGaneJmhWuAJgPn00g37GCo8T2ZeYkt+lmnxgXgIdIvQElJ53EuNby3Nh4Tw7S/Z U8VRXgxwWhQ9Rp+kiBqWIWkJanKd4kxxjiSaXKV6HauWh+Bf5MyOkKLPksCetl5+WV8r vYJFvT5DReOxRK0rH7cbm94wV6DxObJUZUTkGyXudBKXRAHbNb5QHRGzhCKYHLw7Zl5Z im85g8Oj6x6S58oPGfFMQBC1L4w0XDIVWvmrFYdZLPj1WkNvVvNcmtJcYQpPht3txSSZ y/kJWFWmK/5dimFz+eOYTkfsKxVjnJCxh6QivJmtZ7YjHi+ciiVctLMcUZbafAQnlQPj PlLg== X-Gm-Message-State: AFqh2krvwRo4atoUQ2t44FiVfB9yw6QvAr2JMqHhsn3v96Rn68oQ9AGa PhosfoTB/gahhMztr9Qwk6k= X-Google-Smtp-Source: AMrXdXvXEtU7t4AC5z7RCDWsq9N1wc4iWBhzX+kpPsHssr2olORkbVGcLPLQiSaicheR88HnGs42/w== X-Received: by 2002:ac2:5088:0:b0:4b5:688e:ee10 with SMTP id f8-20020ac25088000000b004b5688eee10mr20534317lfm.16.1673374424759; Tue, 10 Jan 2023 10:13:44 -0800 (PST) Received: from ?IPV6:2a00:1370:8180:6b00:a1a8:4887:1af4:637a? ([2a00:1370:8180:6b00:a1a8:4887:1af4:637a]) by smtp.gmail.com with ESMTPSA id r16-20020a2e94d0000000b00283f2ddc308sm1034431ljh.137.2023.01.10.10.13.44 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 10 Jan 2023 10:13:44 -0800 (PST) Message-ID: Date: Tue, 10 Jan 2023 21:13:42 +0300 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:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH v2 00/12] staging: r8188eu: some more xmit cleanups Content-Language: en-US To: Martin Kaiser , Greg Kroah-Hartman Cc: Larry Finger , Phillip Potter , Michael Straube , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org References: <20230108185738.597105-1-martin@kaiser.cx> <20230109212852.75612-1-martin@kaiser.cx> From: Pavel Skripkin In-Reply-To: <20230109212852.75612-1-martin@kaiser.cx> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Martin, Martin Kaiser says: > Here's another set of xmit cleanups, based on my previous patches. > > changes in v2: > - drop "make rtl8188eu_inirp_init a void function" patch > (we should relay the return value instead of discarding it) > > Martin Kaiser (12): > staging: r8188eu: beq_cnt is write-only > staging: r8188eu: bkq_cnt is write-only > staging: r8188eu: viq_cnt is write-only > staging: r8188eu: voq_cnt is write-only > staging: r8188eu: replace switch with if > staging: r8188eu: dir_dev is unused > staging: r8188eu: remove unused hal_xmit_handler define > staging: r8188eu: txirp_cnt is write-only > staging: r8188eu: remove unused QSLT defines > staging: r8188eu: xmit_priv's vcs_type is not used > staging: r8188eu: xmit_priv's vcs is not used > staging: r8188eu: xmit_priv's vcs_setting is not used > > drivers/staging/r8188eu/core/rtw_mlme.c | 5 --- > drivers/staging/r8188eu/core/rtw_xmit.c | 42 ------------------- > drivers/staging/r8188eu/include/drv_types.h | 1 - > .../staging/r8188eu/include/rtl8188e_xmit.h | 11 ----- > drivers/staging/r8188eu/include/rtw_xmit.h | 10 ----- > drivers/staging/r8188eu/os_dep/os_intfs.c | 3 -- > .../staging/r8188eu/os_dep/usb_ops_linux.c | 23 +--------- > 7 files changed, 1 insertion(+), 94 deletions(-) > Acked-by: Pavel Skripkin Thanks for the update! With regards, Pavel Skripkin