aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorBitterblue Smith <[email protected]>2024-04-25 21:13:12 +0300
committerPing-Ke Shih <[email protected]>2024-05-02 10:38:59 +0800
commit2f228d364da95ab58f63a3fedc00d5b2b7db16ab (patch)
treed3f4b550498fbecaba6b197372a06937d3a05771 /tools/perf/scripts/python
parenta7c0f48410f546772ac94a0f7b7291a15c4fc173 (diff)
wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path
Structs rx_desc_92d and rx_fwinfo_92d will not work for big endian systems. Delete rx_desc_92d because it's big and barely used, and instead use the get_rx_desc_rxmcs and get_rx_desc_rxht functions, which work on big endian systems too. Fix rx_fwinfo_92d by duplicating four of its members in the correct order. Tested only with RTL8192DU, which will use the same code. Tested only on a little endian system. Cc: [email protected] Signed-off-by: Bitterblue Smith <[email protected]> Signed-off-by: Ping-Ke Shih <[email protected]> Link: https://msgid.link/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions