linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ping-Ke Shih <pkshih@realtek.com>
To: Dmitry Antipov <dmantipov@yandex.ru>
Cc: Kalle Valo <kvalo@kernel.org>,
	"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: RE: [PATCH] wifi: rtlwifi: fix EDCA limit to set
Date: Thu, 28 Sep 2023 02:18:36 +0000	[thread overview]
Message-ID: <1dc8ba8d0c93465a92fbfe4293c2c136@realtek.com> (raw)
In-Reply-To: <20230927140513.16065-1-dmantipov@yandex.ru>



> -----Original Message-----
> From: Dmitry Antipov <dmantipov@yandex.ru>
> Sent: Wednesday, September 27, 2023 10:05 PM
> To: Ping-Ke Shih <pkshih@realtek.com>
> Cc: Kalle Valo <kvalo@kernel.org>; linux-wireless@vger.kernel.org; Dmitry Antipov <dmantipov@yandex.ru>
> Subject: [PATCH] wifi: rtlwifi: fix EDCA limit to set

"wifi: rtlwifi: 8192c: fix EDCA limit set by BT coexistence"
would be clearer. 

> 
> In 'rtl92c_dm_check_edca_turbo()', most likely the DL limit should
> be set from the corresponding field of 'rtlpriv->btcoexist' rather
> than UL. Compile tested only.
> 
> Fixes: beb5bc402043 ("rtlwifi: rtl8192c-common: Convert common dynamic management routines for addition
> of rtl8192se and rtl8192de")
> Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru>

Acked-by: Ping-Ke Shih <pkshih@realtek.com>

> ---
>  drivers/net/wireless/realtek/rtlwifi/rtl8192c/dm_common.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8192c/dm_common.c
> b/drivers/net/wireless/realtek/rtlwifi/rtl8192c/dm_common.c
> index 0b6a15c2e5cc..d92aad60edfe 100644
> --- a/drivers/net/wireless/realtek/rtlwifi/rtl8192c/dm_common.c
> +++ b/drivers/net/wireless/realtek/rtlwifi/rtl8192c/dm_common.c
> @@ -640,7 +640,7 @@ static void rtl92c_dm_check_edca_turbo(struct ieee80211_hw *hw)
>         }
> 
>         if (rtlpriv->btcoexist.bt_edca_dl != 0) {
> -               edca_be_ul = rtlpriv->btcoexist.bt_edca_dl;
> +               edca_be_dl = rtlpriv->btcoexist.bt_edca_dl;
>                 bt_change_edca = true;
>         }
> 
> --
> 2.41.0


  reply	other threads:[~2023-09-28  2:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-27 14:04 [PATCH] wifi: rtlwifi: fix EDCA limit to set Dmitry Antipov
2023-09-28  2:18 ` Ping-Ke Shih [this message]
2023-09-28  5:23   ` [PATCH] [v2] wifi: rtlwifi: fix EDCA limit set by BT coexistence Dmitry Antipov
2023-10-03  0:18     ` Ping-Ke Shih
2023-10-03 11:43     ` Kalle Valo

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=1dc8ba8d0c93465a92fbfe4293c2c136@realtek.com \
    --to=pkshih@realtek.com \
    --cc=dmantipov@yandex.ru \
    --cc=kvalo@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).