diff options
author | 2024-09-12 10:16:26 +0800 | |
---|---|---|
committer | 2024-09-18 16:33:17 +0300 | |
commit | 5575058ba95bb016243e54e5ca3371b9884ded56 (patch) | |
tree | dfb34611aeff33f8a62469a349f53cf224fd811d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge tag 'net-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next (diff) | |
download | wireguard-linux-5575058ba95bb016243e54e5ca3371b9884ded56.tar.xz wireguard-linux-5575058ba95bb016243e54e5ca3371b9884ded56.zip |
wifi: rtw89: coex: add debug message of link counts on 2/5GHz bands for wl_info v7
The counts will be used by MLO, and it is ongoing to add the code, so add
debug message in todo part to avoid warnings reported by clang:
coex.c:6323:23: warning:
variable 'cnt_2g' set but not used [-Wunused-but-set-variable]
6323 | u8 i, mode, cnt = 0, cnt_2g = 0, cnt_5g = 0, ...
| ^
coex.c:6323:35: warning:
variable 'cnt_5g' set but not used [-Wunused-but-set-variable]
6323 | u8 i, mode, cnt = 0, cnt_2g = 0, cnt_5g = 0, ...
| ^
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/20240912021626.10494-1-pkshih@realtek.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions