Ping-Ke Shih <pkshih@xxxxxxxxxxx> wrote: > 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@xxxxxxxxxxx> Patch applied to wireless.git, thanks. 5575058ba95b wifi: rtw89: coex: add debug message of link counts on 2/5GHz bands for wl_info v7 -- https://patchwork.kernel.org/project/linux-wireless/patch/20240912021626.10494-1-pkshih@xxxxxxxxxxx/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches