From: Philipp Hortmann <philipp.g.hortmann@gmail.com>
To: Tree Davies <tdavies@darkphysics.net>
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
anjan@momi.ca, gregkh@linuxfoundation.org,
Gary Rookard <garyrookard@fastmail.org>
Subject: Re: [PATCH 00/15] Staging: rtl8192e: Rename CamelCase vars
Date: Mon, 27 Nov 2023 20:49:31 +0100 [thread overview]
Message-ID: <91d11256-d855-4a80-9a8c-0c987b22aed9@gmail.com> (raw)
In-Reply-To: <20231127054305.148276-1-tdavies@darkphysics.net>
On 11/27/23 06:42, Tree Davies wrote:
> This Series renames 15 variables to fix checkpatch warnings.
>
> Thank you in advance to reviewers
> ~Tree
>
> Tree Davies (15):
> Staging: rtl8192e: Rename variable pTxTs
> Staging: rtl8192e: Rename variable BAReq
> Staging: rtl8192e: Rename variable Delba
> Staging: rtl8192e: Rename variable TSpec
> Staging: rtl8192e: Rename variable TxAdmittedBARecord
> Staging: rtl8192e: Rename variable TxPendingBARecord
> Staging: rtl8192e: Rename variable pDialogToken
> Staging: rtl8192e: Rename variable pTsCommonInfo
> Staging: rtl8192e: Rename variable TxCurSeq
> Staging: rtl8192e: Rename variable TsAddBaTimer
> Staging: rtl8192e: Rename variable DelbaParamSet
> Staging: rtl8192e: Rename variable pBaParamSet
> Staging: rtl8192e: Rename variable pBaTimeoutVal
> Staging: rtl8192e: Rename variable pAdmittedBA
> Staging: rtl8192e: Rename variable TsCommonInfo
>
> drivers/staging/rtl8192e/rtl819x_BAProc.c | 178 +++++++++++-----------
> drivers/staging/rtl8192e/rtl819x_TS.h | 12 +-
> drivers/staging/rtl8192e/rtl819x_TSProc.c | 56 +++----
> drivers/staging/rtl8192e/rtllib.h | 2 +-
> drivers/staging/rtl8192e/rtllib_tx.c | 22 +--
> 5 files changed, 135 insertions(+), 135 deletions(-)
>
Hi Tree,
thanks for your patches, those work on hardware well.
I am about to delete the block acknowledgment (ba) from the driver.
Reason is that ba is not properly working. The AP seems to try around
before it gives up. This is slowing down the connection build up.
My issue is that I need to remove the following parts:
Function rtllib_process_action() that reacts when the AP sends packets
with ba.
The following three timers are also part of this functionality
timer_setup(&pTxTS->ts_add_ba_timer, TsAddBaProcess, 0);
timer_setup(&pTxTS->tx_pending_ba_record.timer, rtllib_ba_setup_timeout, 0);
timer_setup(&pTxTS->tx_admitted_ba_record.timer,
rtllib_tx_ba_inact_timeout, 0);
And I cannot really remove the ones without the others. So some kind of
encirclement is happening.
Just wanted to inform you about what I plan to do.
Have a good day.
Bye Philipp
prev parent reply other threads:[~2023-11-27 19:49 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-27 5:42 [PATCH 00/15] Staging: rtl8192e: Rename CamelCase vars Tree Davies
2023-11-27 5:42 ` [PATCH 01/15] Staging: rtl8192e: Rename variable pTxTs Tree Davies
2023-11-27 5:42 ` [PATCH 02/15] Staging: rtl8192e: Rename variable BAReq Tree Davies
2023-11-27 5:42 ` [PATCH 03/15] Staging: rtl8192e: Rename variable Delba Tree Davies
2023-11-27 5:42 ` [PATCH 04/15] Staging: rtl8192e: Rename variable TSpec Tree Davies
2023-11-27 5:42 ` [PATCH 05/15] Staging: rtl8192e: Rename variable TxAdmittedBARecord Tree Davies
2023-11-27 5:42 ` [PATCH 06/15] Staging: rtl8192e: Rename variable TxPendingBARecord Tree Davies
2023-11-27 5:42 ` [PATCH 07/15] Staging: rtl8192e: Rename variable pDialogToken Tree Davies
2023-11-27 5:42 ` [PATCH 08/15] Staging: rtl8192e: Rename variable pTsCommonInfo Tree Davies
2023-11-27 5:42 ` [PATCH 09/15] Staging: rtl8192e: Rename variable TxCurSeq Tree Davies
2023-11-27 5:43 ` [PATCH 10/15] Staging: rtl8192e: Rename variable TsAddBaTimer Tree Davies
2023-11-27 5:43 ` [PATCH 11/15] Staging: rtl8192e: Rename variable DelbaParamSet Tree Davies
2023-11-27 5:43 ` [PATCH 12/15] Staging: rtl8192e: Rename variable pBaParamSet Tree Davies
2023-11-27 5:43 ` [PATCH 13/15] Staging: rtl8192e: Rename variable pBaTimeoutVal Tree Davies
2023-11-27 5:43 ` [PATCH 14/15] Staging: rtl8192e: Rename variable pAdmittedBA Tree Davies
2023-11-27 5:43 ` [PATCH 15/15] Staging: rtl8192e: Rename variable TsCommonInfo Tree Davies
2023-11-27 19:49 ` Philipp Hortmann [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=91d11256-d855-4a80-9a8c-0c987b22aed9@gmail.com \
--to=philipp.g.hortmann@gmail.com \
--cc=anjan@momi.ca \
--cc=garyrookard@fastmail.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=tdavies@darkphysics.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox