All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wifi: rtw89: disable txptctrl IMR to avoid flase alarm
@ 2024-03-21  2:56 Ping-Ke Shih
  2024-03-21  5:12 ` Kalle Valo
  2024-03-26  1:29 ` Ping-Ke Shih
  0 siblings, 2 replies; 8+ messages in thread
From: Ping-Ke Shih @ 2024-03-21  2:56 UTC (permalink / raw)
  To: kvalo; +Cc: leo.li, linux-wireless

From: Chia-Yuan Li <leo.li@realtek.com>

The hardware command parser of txptctrl (TX protocol control) has overly
stringent timeout conditions, which results in false alarm. So disable it.

Signed-off-by: Chia-Yuan Li <leo.li@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
---
 drivers/net/wireless/realtek/rtw89/reg.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireless/realtek/rtw89/reg.h b/drivers/net/wireless/realtek/rtw89/reg.h
index 72e448e91b6f..ccf74d9f9224 100644
--- a/drivers/net/wireless/realtek/rtw89/reg.h
+++ b/drivers/net/wireless/realtek/rtw89/reg.h
@@ -1891,7 +1891,6 @@
 				     B_AX_B0_IMR_ERR_USRCTL_NOINIT | \
 				     B_AX_B0_IMR_ERR_CMDPSR_1STCMDERR | \
 				     B_AX_B0_IMR_ERR_CMDPSR_CMDTYPE | \
-				     B_AX_B0_IMR_ERR_CMDPSR_FRZTO | \
 				     B_AX_B0_IMR_ERR_CMDPSR_TBLSZ | \
 				     B_AX_B0_IMR_ERR_MPDUINFO_RECFG | \
 				     B_AX_B0_IMR_ERR_MPDUIF_DATAERR | \
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] wifi: rtw89: disable txptctrl IMR to avoid flase alarm
  2024-03-21  2:56 [PATCH] wifi: rtw89: disable txptctrl IMR to avoid flase alarm Ping-Ke Shih
@ 2024-03-21  5:12 ` Kalle Valo
  2024-03-21  5:33   ` Ping-Ke Shih
  2024-03-26  1:29 ` Ping-Ke Shih
  1 sibling, 1 reply; 8+ messages in thread
From: Kalle Valo @ 2024-03-21  5:12 UTC (permalink / raw)
  To: Ping-Ke Shih; +Cc: leo.li, linux-wireless

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

> From: Chia-Yuan Li <leo.li@realtek.com>
>
> The hardware command parser of txptctrl (TX protocol control) has overly
> stringent timeout conditions, which results in false alarm. So disable it.
>
> Signed-off-by: Chia-Yuan Li <leo.li@realtek.com>
> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>

I'm in the To field, do you maybe want me to take this to wireless tree?

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] wifi: rtw89: disable txptctrl IMR to avoid flase alarm
  2024-03-21  5:12 ` Kalle Valo
@ 2024-03-21  5:33   ` Ping-Ke Shih
  2024-03-21  6:01     ` Kalle Valo
  0 siblings, 1 reply; 8+ messages in thread
From: Ping-Ke Shih @ 2024-03-21  5:33 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, Leo.Li

On Thu, 2024-03-21 at 07:12 +0200, Kalle Valo wrote:
> 
> Ping-Ke Shih <pkshih@realtek.com> writes:
> 
> > From: Chia-Yuan Li <leo.li@realtek.com>
> > 
> > The hardware command parser of txptctrl (TX protocol control) has overly
> > stringent timeout conditions, which results in false alarm. So disable it.
> > 
> > Signed-off-by: Chia-Yuan Li <leo.li@realtek.com>
> > Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
> 
> I'm in the To field, do you maybe want me to take this to wireless tree?
> 

No, it should go via rtw.git. I just send this patch as usual. 
Should I change to wireless mailing list as To field and no need to add you
in neither To field nor Cc field in the future? 

Ping-Ke


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] wifi: rtw89: disable txptctrl IMR to avoid flase alarm
  2024-03-21  5:33   ` Ping-Ke Shih
@ 2024-03-21  6:01     ` Kalle Valo
  2024-03-21  6:06       ` Ping-Ke Shih
  0 siblings, 1 reply; 8+ messages in thread
From: Kalle Valo @ 2024-03-21  6:01 UTC (permalink / raw)
  To: Ping-Ke Shih; +Cc: linux-wireless, Leo.Li

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

> On Thu, 2024-03-21 at 07:12 +0200, Kalle Valo wrote:
>> 
>> Ping-Ke Shih <pkshih@realtek.com> writes:
>> 
>> > From: Chia-Yuan Li <leo.li@realtek.com>
>> > 
>> > The hardware command parser of txptctrl (TX protocol control) has overly
>> > stringent timeout conditions, which results in false alarm. So disable it.
>> > 
>> > Signed-off-by: Chia-Yuan Li <leo.li@realtek.com>
>> > Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
>> 
>> I'm in the To field, do you maybe want me to take this to wireless tree?
>> 
>
> No, it should go via rtw.git. I just send this patch as usual. 

Ok.

> Should I change to wireless mailing list as To field and no need to
> add you in neither To field nor Cc field in the future?

Yes, please drop me from To and Cc fields. And if there's an important
fix you want to go to wireless tree please label it as "[PATCH
wireless]" (or comment on the patch) and assign to me on patchwork.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] wifi: rtw89: disable txptctrl IMR to avoid flase alarm
  2024-03-21  6:01     ` Kalle Valo
@ 2024-03-21  6:06       ` Ping-Ke Shih
  2024-03-21  6:18         ` Kalle Valo
  0 siblings, 1 reply; 8+ messages in thread
From: Ping-Ke Shih @ 2024-03-21  6:06 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, Leo.Li

On Thu, 2024-03-21 at 08:01 +0200, Kalle Valo wrote:
> 
> Ping-Ke Shih <pkshih@realtek.com> writes:
> 
> > Should I change to wireless mailing list as To field and no need to
> > add you in neither To field nor Cc field in the future?
> 
> Yes, please drop me from To and Cc fields. And if there's an important
> fix you want to go to wireless tree please label it as "[PATCH
> wireless]" (or comment on the patch) and assign to me on patchwork.
> 

Got it. But, still add you to To-field for pull-request, right?

Ping-Ke


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] wifi: rtw89: disable txptctrl IMR to avoid flase alarm
  2024-03-21  6:06       ` Ping-Ke Shih
@ 2024-03-21  6:18         ` Kalle Valo
  2024-03-21  6:21           ` Ping-Ke Shih
  0 siblings, 1 reply; 8+ messages in thread
From: Kalle Valo @ 2024-03-21  6:18 UTC (permalink / raw)
  To: Ping-Ke Shih; +Cc: linux-wireless, Leo.Li

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

> On Thu, 2024-03-21 at 08:01 +0200, Kalle Valo wrote:
>> 
>> Ping-Ke Shih <pkshih@realtek.com> writes:
>> 
>> > Should I change to wireless mailing list as To field and no need to
>> > add you in neither To field nor Cc field in the future?
>> 
>> Yes, please drop me from To and Cc fields. And if there's an important
>> fix you want to go to wireless tree please label it as "[PATCH
>> wireless]" (or comment on the patch) and assign to me on patchwork.
>
> Got it. But, still add you to To-field for pull-request, right?

Actually no need even for that. I take all patches and pull requests
from patchwork anyway :)

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] wifi: rtw89: disable txptctrl IMR to avoid flase alarm
  2024-03-21  6:18         ` Kalle Valo
@ 2024-03-21  6:21           ` Ping-Ke Shih
  0 siblings, 0 replies; 8+ messages in thread
From: Ping-Ke Shih @ 2024-03-21  6:21 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, Leo.Li

On Thu, 2024-03-21 at 08:18 +0200, Kalle Valo wrote:
> 
> Actually no need even for that. I take all patches and pull requests
> from patchwork anyway :)
> 

Got it :)

Ping-Ke


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] wifi: rtw89: disable txptctrl IMR to avoid flase alarm
  2024-03-21  2:56 [PATCH] wifi: rtw89: disable txptctrl IMR to avoid flase alarm Ping-Ke Shih
  2024-03-21  5:12 ` Kalle Valo
@ 2024-03-26  1:29 ` Ping-Ke Shih
  1 sibling, 0 replies; 8+ messages in thread
From: Ping-Ke Shih @ 2024-03-26  1:29 UTC (permalink / raw)
  To: Ping-Ke Shih, kvalo; +Cc: leo.li, linux-wireless

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

> From: Chia-Yuan Li <leo.li@realtek.com>
> 
> The hardware command parser of txptctrl (TX protocol control) has overly
> stringent timeout conditions, which results in false alarm. So disable it.
> 
> Signed-off-by: Chia-Yuan Li <leo.li@realtek.com>
> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>

1 patch(es) applied to rtw-next branch of rtw.git, thanks.

209621a8f0cf wifi: rtw89: disable txptctrl IMR to avoid flase alarm

---
https://github.com/pkshih/rtw.git


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-03-26  1:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-21  2:56 [PATCH] wifi: rtw89: disable txptctrl IMR to avoid flase alarm Ping-Ke Shih
2024-03-21  5:12 ` Kalle Valo
2024-03-21  5:33   ` Ping-Ke Shih
2024-03-21  6:01     ` Kalle Valo
2024-03-21  6:06       ` Ping-Ke Shih
2024-03-21  6:18         ` Kalle Valo
2024-03-21  6:21           ` Ping-Ke Shih
2024-03-26  1:29 ` Ping-Ke Shih

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.