wifi: rtw89: split out generic part of rtw89_mac_port_tsf_sync()
authorZong-Zhe Yang <kevin_yang@realtek.com>
Thu, 19 Jan 2023 06:24:52 +0000 (14:24 +0800)
committerKalle Valo <kvalo@kernel.org>
Mon, 13 Feb 2023 17:04:59 +0000 (19:04 +0200)
commit42db7edd5c0523b43a004779caf36e1ebac80b40
treea20f251002511990d023f94dec6df9f2ef2ef0cb
parent1120e6a6c5cd1144694209d6aa6a225af064950a
wifi: rtw89: split out generic part of rtw89_mac_port_tsf_sync()

Originally, rtw89_mac_port_tsf_sync() contains randomization logic
internally. However, not all situation, we need the randomization.
So, split out the generic part from it. And, make the full logic of
original one contained in rtw89_mac_port_tsf_sync_rand(). It will
still be used by its original caller as before. Then, the generic
one will be used in MCC (multi-channel concurrency) management flow.
MCC will implement its logic to decide the offset for TSF sync.

Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230119062453.58341-3-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/mac.c
drivers/net/wireless/realtek/rtw89/mac.h