mbox series

[0/3] wifi: rtw89: fix and generalize TSF functions

Message ID 20230119062453.58341-1-pkshih@realtek.com
Headers show
Series wifi: rtw89: fix and generalize TSF functions | expand

Message

Ping-Ke Shih Jan. 19, 2023, 6:24 a.m. UTC
For multiple VIF, we need to organize TSF to make interfaces operate
properly, as well as time slot of BT coexistence mechanism. Normally,
we only handle to avoid issuing conflicts of beacon in AP mode (or GO).
So, use this patchset to prepare things for MCC.

Zong-Zhe Yang (3):
  wifi: rtw89: correct unit for port offset and refine macro
  wifi: rtw89: split out generic part of rtw89_mac_port_tsf_sync()
  wifi: rtw89: mac: add function to get TSF

 drivers/net/wireless/realtek/rtw89/mac.c | 51 +++++++++++++++++++-----
 drivers/net/wireless/realtek/rtw89/mac.h | 17 +++++++-
 2 files changed, 56 insertions(+), 12 deletions(-)