wifi: rtw88: coex: Use bitwise instead of arithmetic operator for flags
authorPei Xiao <xiaopei01@kylinos.cn>
Tue, 24 Jun 2025 02:52:40 +0000 (10:52 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Fri, 4 Jul 2025 02:13:34 +0000 (10:13 +0800)
commit34d9a2aa7f5015f69899a8f665b052b8dcf87317
tree7c4162efe1332a8efb828a7a60575683076cdf0e
parent28aa52b6189f1cc409f96910c63fa1b99370b99e
wifi: rtw88: coex: Use bitwise instead of arithmetic operator for flags

This silences the following coccinelle warning:
  WARNING: sum of probable bitmasks, consider |

Compile tested only.

Signed-off-by: Pei Xiao <xiaopei01@kylinos.cn>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/c68a8642c325f626ac34ccee71d9d9aa69f0c92c.1750733428.git.xiaopei01@kylinos.cn
drivers/net/wireless/realtek/rtw88/coex.c