mbox series

[0/7] wifi: rtw89: 8851b: add to enable 8851BE

Message ID 20230519031500.21087-1-pkshih@realtek.com (mailing list archive)
Headers show
Series wifi: rtw89: 8851b: add to enable 8851BE | expand

Message

Ping-Ke Shih May 19, 2023, 3:14 a.m. UTC
With preparation before, this patchset can enable 8851BE eventually.
Thanks for the review, Kalle.

The first four patches are to add remaining chip_ops and chip_info.
Patch 5/7 is to extend debugfs entry of read_reg to have ability to read
wider length of registers. Patch 6/7 is to enable a firmware feature, and
other features like hardware scan aren't verified completely, so I defer
to enable them later because current version can still work fine.

The last patch 7/7 is to modify Kconfig and Makefile to enable 8851BE.

Chin-Yen Lee (1):
  wifi: rtw89: add tx_wake notify for 8851B

Ping-Ke Shih (6):
  wifi: rtw89: 8851b: add TX power related functions
  wifi: rtw89: 8851b: fill BB related capabilities to chip_info
  wifi: rtw89: 8851b: add MAC configurations to chip_info
  wifi: rtw89: 8851b: add RF configurations
  wifi: rtw89: enlarge supported length of read_reg debugfs entry
  wifi: rtw89: 8851b: add 8851be to Makefile and Kconfig

 drivers/net/wireless/realtek/rtw89/Kconfig    |  14 +
 drivers/net/wireless/realtek/rtw89/Makefile   |   9 +
 drivers/net/wireless/realtek/rtw89/debug.c    |  23 +-
 drivers/net/wireless/realtek/rtw89/fw.c       |   1 +
 drivers/net/wireless/realtek/rtw89/reg.h      |   2 +
 drivers/net/wireless/realtek/rtw89/rtw8851b.c | 603 ++++++++++++++++++
 6 files changed, 649 insertions(+), 3 deletions(-)

Comments

Larry Finger May 22, 2023, 1:03 p.m. UTC | #1
On 5/18/23 22:14, Ping-Ke Shih wrote:
> With preparation before, this patchset can enable 8851BE eventually.
> Thanks for the review, Kalle.
> 
> The first four patches are to add remaining chip_ops and chip_info.
> Patch 5/7 is to extend debugfs entry of read_reg to have ability to read
> wider length of registers. Patch 6/7 is to enable a firmware feature, and
> other features like hardware scan aren't verified completely, so I defer
> to enable them later because current version can still work fine.
> 
> The last patch 7/7 is to modify Kconfig and Makefile to enable 8851BE.
> 
> Chin-Yen Lee (1):
>    wifi: rtw89: add tx_wake notify for 8851B
> 
> Ping-Ke Shih (6):
>    wifi: rtw89: 8851b: add TX power related functions
>    wifi: rtw89: 8851b: fill BB related capabilities to chip_info
>    wifi: rtw89: 8851b: add MAC configurations to chip_info
>    wifi: rtw89: 8851b: add RF configurations
>    wifi: rtw89: enlarge supported length of read_reg debugfs entry
>    wifi: rtw89: 8851b: add 8851be to Makefile and Kconfig

I received samples of the RTW8851BE and the preliminary version of these patches 
one week ago. I tested with that code for 4 days, and then switched to this 
version when it was posted here. During the nearly 7 days of testing, I found no 
major issues. The connection was stable with a local LibreSpeed server and 
Speedtest.net both showing 400-500 Mbps up and down. The connection was to an 
ax1500 AP using the 5G band.

Tested-by: Larry Finger <Larry.Finger@lwfinger.net>

Larry