diff options
author | Ping-Ke Shih <[email protected]> | 2021-10-11 14:47:27 +0300 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2021-10-13 09:01:12 +0300 |
commit | e3ec7017f6a20d12ddd9fe23d345ebb7b8c104dd (patch) | |
tree | c4f4f5fda894f4c7e1cdc859ec543410035ea229 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 9b793db5fca44d01f72d3564a168171acf7c4076 (diff) |
rtw89: add Realtek 802.11ax driver
This driver named rtw89, which is the next generation of rtw88, supports
Realtek 8852AE 802.11ax 2x2 chip whose new features are OFDMA, DBCC,
Spatial reuse, TWT and BSS coloring; now some of them aren't implemented
though.
The chip architecture is entirely different from the chips supported by
rtw88 like RTL8822CE 802.11ac chip. First of all, register address ranges
are totally redefined, so it's impossible to reuse register definition. To
communicate with firmware, new H2C/C2H format is proposed. In order to have
better utilization, TX DMA flow is changed to two stages DMA. To provide
rich RX status information, additional RX PPDU packets are added.
Since there are so many differences mentioned above, we decide to propose
a new driver. It has many authors, they are listed in alphabetic order:
Chin-Yen Lee <[email protected]>
Ping-Ke Shih <[email protected]>
Po Hao Huang <[email protected]>
Tzu-En Huang <[email protected]>
Vincent Fann <[email protected]>
Yan-Hsuan Chuang <[email protected]>
Zong-Zhe Yang <[email protected]>
Tested-by: Aaron Ma <[email protected]>
Tested-by: Brian Norris <[email protected]>
Signed-off-by: Ping-Ke Shih <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions