aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorBitterblue Smith <[email protected]>2024-10-23 17:12:06 +0300
committerPing-Ke Shih <[email protected]>2024-10-29 11:59:53 +0800
commit82a617413e8545775ec03a1970809ac5f549ef32 (patch)
tree8ab8f9afdb0ae5409f7c066dbd54455f190fa79d /tools/perf/scripts/python/task-analyzer.py
parentabb0f19492ba6289ffba6ec1057c0426240958af (diff)
wifi: rtw88: Support TX page sizes bigger than 128
All the chips supported so far have a TX page size of 128 bytes. Change the type of the page_size member of struct rtw_chip_info from u8 to u16 in order to support RTL8821AU (page size of 256 bytes) and RTL8812AU (page size of 512 bytes). Also change the types of several related variables and function parameters from u8 to u16. The TX page size is used, among other things, to construct the beacon, null data, QOS null data, and PS poll templates which are uploaded to the chip's reserved page. Each template needs to be aligned on a multiple of the TX page size. Power saving can't work if the TX page size is wrong. Signed-off-by: Bitterblue Smith <[email protected]> Signed-off-by: Ping-Ke Shih <[email protected]> Link: https://patch.msgid.link/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions