mbox series

[0/4] wifi: rtw89: update to follow regulations of China and Thailand

Message ID 20230927072156.26336-1-pkshih@realtek.com (mailing list archive)
Headers show
Series wifi: rtw89: update to follow regulations of China and Thailand | expand

Message

Ping-Ke Shih Sept. 27, 2023, 7:21 a.m. UTC
Recently regulations of China and Thailand are changed, and these chips
have gotten new certifications, so apply new TX power tables.

Zong-Zhe Yang (4):
  wifi: rtw89: regd: configure Thailand in regulation type
  wifi: rtw89: 8852c: update TX power tables to R67
  wifi: rtw89: 8852b: update TX power tables to R35
  wifi: rtw89: 8851b: update TX power tables to R34

 drivers/net/wireless/realtek/rtw89/core.h     |    1 +
 drivers/net/wireless/realtek/rtw89/regd.c     |    2 +-
 .../wireless/realtek/rtw89/rtw8851b_table.c   | 1337 +++---
 .../wireless/realtek/rtw89/rtw8852b_table.c   |  331 +-
 .../wireless/realtek/rtw89/rtw8852c_table.c   | 3771 +++++++++++++++--
 5 files changed, 4420 insertions(+), 1022 deletions(-)

Comments

Kalle Valo Sept. 27, 2023, 7:31 a.m. UTC | #1
Ping-Ke Shih <pkshih@realtek.com> writes:

> Recently regulations of China and Thailand are changed, and these chips
> have gotten new certifications, so apply new TX power tables.
>
> Zong-Zhe Yang (4):
>   wifi: rtw89: regd: configure Thailand in regulation type
>   wifi: rtw89: 8852c: update TX power tables to R67
>   wifi: rtw89: 8852b: update TX power tables to R35
>   wifi: rtw89: 8851b: update TX power tables to R34

I don't see patch 2 in patchwork but I did receive it to my
kvalo@kernel.org adddress, maybe it was too big for the list?

But I can also apply that manually so no need to split that patch.
Ping-Ke Shih Sept. 27, 2023, 7:42 a.m. UTC | #2
> -----Original Message-----
> From: Kalle Valo <kvalo@kernel.org>
> Sent: Wednesday, September 27, 2023 3:32 PM
> To: Ping-Ke Shih <pkshih@realtek.com>
> Cc: Kevin Yang <kevin_yang@realtek.com>; linux-wireless@vger.kernel.org
> Subject: Re: [PATCH 0/4] wifi: rtw89: update to follow regulations of China and Thailand
> 
> Ping-Ke Shih <pkshih@realtek.com> writes:
> 
> > Recently regulations of China and Thailand are changed, and these chips
> > have gotten new certifications, so apply new TX power tables.
> >
> > Zong-Zhe Yang (4):
> >   wifi: rtw89: regd: configure Thailand in regulation type
> >   wifi: rtw89: 8852c: update TX power tables to R67
> >   wifi: rtw89: 8852b: update TX power tables to R35
> >   wifi: rtw89: 8851b: update TX power tables to R34
> 
> I don't see patch 2 in patchwork but I did receive it to my
> kvalo@kernel.org adddress, maybe it was too big for the list?

Yes, I think so. 

I noted that patch 2 was received late from linux-wireless@vger.kernel.org, so
I checked the size and found that was too big. I was trying to split the patch,
but minutes later I received it.

I think I should add a rule to my local script to check if patch size is larger
than 500k to prevent this again. 

> 
> But I can also apply that manually so no need to split that patch.
> 

Thank you.

Ping-Ke
Kalle Valo Oct. 3, 2023, 11:34 a.m. UTC | #3
Ping-Ke Shih <pkshih@realtek.com> writes:

> Recently regulations of China and Thailand are changed, and these chips
> have gotten new certifications, so apply new TX power tables.
>
> Zong-Zhe Yang (4):
>   wifi: rtw89: regd: configure Thailand in regulation type
>   wifi: rtw89: 8852c: update TX power tables to R67
>   wifi: rtw89: 8852b: update TX power tables to R35
>   wifi: rtw89: 8851b: update TX power tables to R34

Manually applied as patch 2 was too big for the list:

1af55a76e073 wifi: rtw89: regd: configure Thailand in regulation type
ae22f2b9f535 wifi: rtw89: 8852c: update TX power tables to R67
e4a8efb52ef0 wifi: rtw89: 8852b: update TX power tables to R35
e9d9027e4ac9 wifi: rtw89: 8851b: update TX power tables to R34